]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-nest.ly
Remove old line-spanner code that depended on fixed-distance in PianoStaff.
[lilypond.git] / input / regression / grace-nest.ly
index 0400619e356e9a4e00d585ab56a07d101fa163f6..da876d92248ea02fb42066f9c80b55431f8aea6b 100644 (file)
@@ -1,14 +1,19 @@
-\version "1.7.18"
+\version "2.10.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 
 
-{ c''2 { \grace  b'16  c''2 }  \bar "|." }
-  \paper {
+\layout {
+
+  ragged-right = ##t 
+}
+
+
+{
+  c''2 { \grace  b'16  c''2 }  \bar "|."
 }
- }
 
-%% new-chords-done %%
+
+
+