Score examples: Difference between revisions

From ZMOG test wiki (master branch)
No edit summary
No edit summary
Line 1: Line 1:
Some Score examples, using SVG output.
== Testing ==
 
=== T60688 staff instrument name bug ===
 
Task [https://phabricator.wikimedia.org/T60688 T60688] staff with name "Clarinet" displays as "inet" instead of "Clarinet":
 
<score>
 
\new PianoStaff <<
  \set PianoStaff.instrumentName = #"Clarinet"
  \context Staff = "up" { c'1 }
  \context Staff = "down" { \clef bass c1 }
>>
 
</score>
 
Conclusion: cannot reproduce with Lilypond 2.23.82 and Score from recent master (see [[Special:Version]]).
 
== Example Scores for SVG output ==


From [https://en.wikipedia.org/wiki/Cadence Cadence]:
From [https://en.wikipedia.org/wiki/Cadence Cadence]:

Revision as of 22:47, 9 January 2023

Testing

T60688 staff instrument name bug

Task T60688 staff with name "Clarinet" displays as "inet" instead of "Clarinet":

Unable to obtain LilyPond version:

/bin/bash: line 1: /usr/local/bin/lilypond: No such file or directory

Conclusion: cannot reproduce with Lilypond 2.23.82 and Score from recent master (see Special:Version).

Example Scores for SVG output

From Cadence:

Could not execute LilyPond: /usr/local/bin/lilypond is not an executable file. Make sure $wgScoreLilyPond is set correctly.

Multi-system input

From String Quartet No. 1 (Górecki)

Could not execute LilyPond: /usr/local/bin/lilypond is not an executable file. Make sure $wgScoreLilyPond is set correctly.

Testing raw input

Note
this requires safe mode to be disabled.

From Keyboard Sonata, K. 141 (Scarlatti), testing raw=1:

Could not execute LilyPond: /usr/local/bin/lilypond is not an executable file. Make sure $wgScoreLilyPond is set correctly.

Multi-page output

Mozart's Alla turca, from Mutopia (raw=1)

Could not execute LilyPond: /usr/local/bin/lilypond is not an executable file. Make sure $wgScoreLilyPond is set correctly.

Note