]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-nest2.ly
* lily/main.cc (setup_paths)[__MINGW32__]: Do not assume argv0 is
[lilypond.git] / input / regression / grace-nest2.ly
index d942d33d7e829d1d9ad3a14795ca680d244dd089..52edd25151086055901b686296f84c2e208cd30f 100644 (file)
@@ -1,13 +1,13 @@
-\version "2.2.0"
+\version "2.7.13"
 \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." 
 
 }
 
-    \paper { raggedright= ##t }
+\layout { raggedright= ##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 "|."
+}