Extension talk:AbcMusic
Add topicAppearance
Latest comment: 14 years ago by Deutne in topic Options passed in to the Lilypond program need to be updated
Options passed in to the Lilypond program need to be updated
[edit]The following section of php code is causing problems:
$cmdLily = $wgLilypond .
" --safe --backend=eps --format=png --header=texidoc " .
Lilypond accepts "-dsafe" but not "--safe". It also accepts "-dbackend=eps" but not "--backend=eps". I presume that the syntax for the options has changed from earlier versions of Lilypond. --Deutne 00:13, 7 November 2010 (UTC)