]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-nest2.ly
Merge commit 'origin/dev/jneeman' into systems-per-page
[lilypond.git] / input / regression / grace-nest2.ly
index 5e1ff47285e7ac00e8e5f17da93b011f82edf805..3c1bba2567dc5bb1c7f2ef5c6b79a6eb5286795b 100644 (file)
@@ -1,10 +1,13 @@
-\version "1.5.68"
+\version "2.12.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 music containing grace notes; practically speaking, this means that the end-bar and measure bar coincide in this example." 
 
 }
 
-\score { \notes \context Voice {
-        { \grace b'8 c''2 }
-       \grace b'16 c''4 c''4 \bar "|."
-    }}
+\layout { ragged-right= ##t }
+
+\context Voice {
+  { \grace b'8 c''2 }
+  \grace b'16 c''4 c''4 \bar "|."
+}
+