]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-nest2.ly
* scripts/convert-ly.py (conv): fixed \context Foo = mixedCaps
[lilypond.git] / input / regression / grace-nest2.ly
index 73a4234417181f6ee3565910bb243dabd125e1b0..6990ec31ecc2dd539f37aa2409d76b1dc3c1d5ca 100644 (file)
@@ -1,12 +1,12 @@
-\version "1.9.1"
+\version "2.4.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." 
 
 }
 
-    \paper { raggedright= ##t }
+    \layout { raggedright= ##t }
 
-\score { \notes \context Voice {
+\score {  \context Voice {
         { \grace b'8 c''2 }
        \grace b'16 c''4 c''4 \bar "|."
     }}