]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-nest2.ly
clarify slightly.
[lilypond.git] / input / regression / grace-nest2.ly
index 3d149d2f377d4dde03489d336e0be63bc8fb59c4..8dec2afb89367a751372b83db375a9cfaeaa240d 100644 (file)
@@ -1,10 +1,12 @@
-\version "1.7.18"
+\version "2.6.0"
 \header {
-texidoc = "grace code should not be confused by nested sequential musics, containing grace notes; practically speaking, this means that the end-bar and measure bar coincide in this example." 
+texidoc = "Grace code should not be confused by nested sequential musics, containing grace notes; practically speaking, this means that the end-bar and measure bar coincide in this example." 
 
 }
 
-\score { \notes \context Voice {
+    \layout { raggedright= ##t }
+
+\score {  \context Voice {
         { \grace b'8 c''2 }
        \grace b'16 c''4 c''4 \bar "|."
     }}