]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/partial-blank.ly
release: 1.3.146
[lilypond.git] / input / test / partial-blank.ly
index 9b15bde29db2b4027128002a01aa194b1d179288..f986a9bbd04a18de5a1f8ffc79ad2675ef40696c 100644 (file)
@@ -1,3 +1,4 @@
+\version "1.3.146"
 
 %{  When entering half music (I.e. for students to complete by hand)
     you need the spacing to correspond to the timing - all measures same length, etc.
@@ -13,7 +14,7 @@ mel = \notes \relative c' {c16 d16 e8 a4 g2 e8 d c2. g'1 e4 d c2}
 \score {
 \context PianoStaff \notes <
   \context Staff = v <
-    \clef G;
+    \clef G
     \context Voice=melo {\mel}
     \context Voice=invisible {
        \property Voice.NoteHead \override #'transparent = ##t
@@ -22,7 +23,7 @@ mel = \notes \relative c' {c16 d16 e8 a4 g2 e8 d c2. g'1 e4 d c2}
         \repeat unfold 4 \quickmeasure
     }
   >
-  \context Staff = empty \notes {\clef F; s1*4}
+  \context Staff = empty \notes {\clef F s1*4}
 >
 \paper {}
 }