r100547 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r100546‎ | r100547 | r100548 >
Date:16:38, 23 October 2011
Author:platonides
Status:ok
Tags:
Comment:
In r98443 renderMidiFragment() was renamed to LilyPond::renderFragment
and renderLilyPond() to LilyPond::render()
Modified paths:
  • /trunk/extensions/LilyPond/LilyPond.class.php (modified) (history)

Diff [purge]

Index: trunk/extensions/LilyPond/LilyPond.class.php
@@ -6,7 +6,7 @@
77 * @return string
88 */
99 public static function renderMidiFragment( $lilypond_code ) {
10 - return renderLilyPondFragment( $lilypond_code, true );
 10+ return self::renderFragment( $lilypond_code, true );
1111 }
1212
1313 /**
@@ -15,7 +15,7 @@
1616 * @return string
1717 */
1818 public static function renderFragment( $lilypond_code, $midi = false ) {
19 - return renderLilyPond( "\\header {\n"
 19+ return self::render( "\\header {\n"
2020 . "\ttagline = ##f\n"
2121 . "}\n"
2222 . "\\paper {\n"

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r98443re r97414 — move parser functions to a seperate class file.mah20:30, 29 September 2011

Status & tagging log