]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-nest2.ly
* scripts/convert-ly.py (conv): remove \notes.
[lilypond.git] / input / regression / grace-nest2.ly
index d942d33d7e829d1d9ad3a14795ca680d244dd089..b1a955de191daa9aa7ae93d5120069d39cb7a32c 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.2.0"
+\version "2.3.4"
 \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." 
 
@@ -6,7 +6,7 @@ texidoc = "Grace code should not be confused by nested sequential musics, contai
 
     \paper { raggedright= ##t }
 
-\score { \notes \context Voice {
+\score {  \context Voice {
         { \grace b'8 c''2 }
        \grace b'16 c''4 c''4 \bar "|."
     }}