]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-nest2.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / grace-nest2.ly
index 4f9623a3c93705a81eff246cb1b3f65e896afd4b..855d5bdfef599cd5d26c95596df188251fd63cf5 100644 (file)
@@ -1,13 +1,13 @@
-\version "2.1.26"
+\version "2.14.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." 
 
 }
 
-    \paper { raggedright= ##t }
+\layout { ragged-right= ##t }
 
-\score { \notes \context Voice {
-        { \grace b'8 c''2 }
-       \grace b'16 c''4 c''4 \bar "|."
-    }}
+\context Voice {
+  { \grace b'8 c''2 }
+  \grace b'16 c''4 c''4 \bar "|."
+}