]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-nest2.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / grace-nest2.ly
index 5ab4e1e56cfeb5ab72c3843b1bfc0af776db3252..cd79ef57c424765ca152b958a6ed73f7cd8ae3ec 100644 (file)
@@ -1,9 +1,13 @@
+\version "2.16.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 music containing grace notes; practically speaking, this means that the end-bar and measure bar coincide in this example." 
 
 }
 
-\score { \notes \context Voice {
-        { \grace b'4 c''2 }
-       \grace b'4 c''2 \bar "|."
-    }}
+\layout { ragged-right= ##t }
+
+\context Voice {
+  { \grace b'8 c''2 }
+  \grace b'16 c''4 c''4 \bar "|."
+}
+