]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-nest.ly
*** empty log message ***
[lilypond.git] / input / regression / grace-nest.ly
index bc73155013b6e75fce1e4063c6b857fc3d20b4e1..965a89884e6b9dcfab9a1ec43c7116da99e98a9d 100644 (file)
@@ -1,14 +1,16 @@
-\version "1.9.1"
+\version "2.3.22"
 \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." 
 
 }
-\score{
-\notes 
+\score {
+     {
+       c''2 { \grace  b'16  c''2 }  \bar "|."
+    }
+    \layout {
 
-{ c''2 { \grace  b'16  c''2 }  \bar "|." }
-  \paper {
+       raggedright = ##t 
+    }
 }
- }