X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Ftest%2Fpartial-blank.ly;h=f986a9bbd04a18de5a1f8ffc79ad2675ef40696c;hb=372c3944d6b441f7b4a8609d42c6e2bdd71d65c3;hp=9b15bde29db2b4027128002a01aa194b1d179288;hpb=4eb6f42fc6ca20d65c788a73eb78dfcc22ea0453;p=lilypond.git diff --git a/input/test/partial-blank.ly b/input/test/partial-blank.ly index 9b15bde29d..f986a9bbd0 100644 --- a/input/test/partial-blank.ly +++ b/input/test/partial-blank.ly @@ -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 {} }