]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-nest.ly
*** empty log message ***
[lilypond.git] / input / regression / grace-nest.ly
index ca19091fbfb9344312f4addca802f84ee53b238b..692c6d9723039977bf3679a8479fe3f4c1cd7192 100644 (file)
@@ -1,14 +1,16 @@
-\version "1.7.16"
+\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." 
+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 
+    }
 }
- }
 
-%% new-chords-done %%
+