Score examples: Difference between revisions

From ZMOG test wiki (master branch)
No edit summary
No edit summary
Line 4: Line 4:


<score lang="lilypond">
<score lang="lilypond">
   \new PianoStaff <<
   \new PianoStaff <<  
       \new Staff <<
       \new Staff <<
         \new Voice \relative c'' {
         \new Voice \relative c'' {
Line 14: Line 14:
               \partial2 e4 e8 dis e fis g e e4 dis b1
               \partial2 e4 e8 dis e fis g e e4 dis b1
               }
               }
             >>
             >>  
     \new Staff <<
     \new Staff <<
         \new Voice \relative c' {
         \new Voice \relative c' {
Line 37: Line 37:
  \key c \minor
  \key c \minor
  \clef "treble_(8)"
  \clef "treble_(8)"
  \time 4/4
  \time 4/4
     c'1 as2 bes2 c2 c2 es2 d2 c1 es1 f2 es2
     c'1 as2 bes2 c2 c2 es2 d2 c1 es1 f2 es2
     d2 c2 c2 bes2 c1 c1 f2 d2 es2 g2 f2 es2 f1
     d2 c2 c2 bes2 c1 c1 f2 d2 es2 g2 f2 es2 f1

Revision as of 12:45, 12 December 2022

Some Score examples, using SVG output.

From Cadence:

Unable to obtain LilyPond version:

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

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