]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-nest.ly
init running_status
[lilypond.git] / input / regression / grace-nest.ly
index 0e1cdf302624743a57752d21383b28ce9fabaa28..bfcd9d83c7931f0b6596837209e361a42d639cf3 100644 (file)
@@ -1,14 +1,19 @@
-\version "1.9.0"
+\version "2.7.39"
 \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 
 
-{ c''2 { \grace  b'16  c''2 }  \bar "|." }
-  \paper {
+\layout {
+
+  ragged-right = ##t 
+}
+
+
+{
+  c''2 { \grace  b'16  c''2 }  \bar "|."
 }
- }
+
+