]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-nest.ly
more conversion for dash-change.
[lilypond.git] / input / regression / grace-nest.ly
index 71ca4b43e3d60825a5c013bb0532b6c47be37d3f..03de47358964995852d38dd35f73ef6cc7741751 100644 (file)
@@ -1,12 +1,19 @@
+\version "2.7.32"
 \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 "|."
 }
- }
+
+
+