]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/partial-blank.ly
only call profile-measurements when appropriate.
[lilypond.git] / input / test / partial-blank.ly
index 9b99048bec9d38d10ecbdff9536e82f1e377eb12..fcf05bb60c377fe88fd3bbc91e555a0c807badd9 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.1.36"
+\version "2.10.0"
 % check with invisible-notes or blank-notes.  possible rename. -gp
 \header{ texidoc = "@cindex Partial Blank
 When entering partially typeset music (i.e. for students to be 
@@ -8,14 +8,14 @@ timing of notes: all measures have same length, etc.  It can be
 implemented by adding an invisible staff with a lot of fast notes. "
 }
 
-quickmeasure = \notes {
+quickmeasure =  {
     \repeat unfold 16 c''16
 }
 
-mel = \notes \relative c' {c16 d16 e8 a4 g2 e8 d c2. g'1 e4 d c2}
+mel =  \relative c' {c16 d16 e8 a4 g2 e8 d c2. g'1 e4 d c2}
 
 \score {
-\context PianoStaff \notes <<
+\context PianoStaff  <<
   \new Staff <<
     \clef G
     \new Voice {\mel}
@@ -26,8 +26,8 @@ mel = \notes \relative c' {c16 d16 e8 a4 g2 e8 d c2. g'1 e4 d c2}
         \repeat unfold 4 \quickmeasure
     }
   >>
-  \new Staff \notes {\clef F s1*4}
+  \new Staff  {\clef F s1*4}
 >>
-\paper {}
+\layout {}
 }