]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-sync.ly
.ly version update.
[lilypond.git] / input / regression / grace-sync.ly
index 4487e930022a21cf71821d54b78816aef29ac5e6..5464d0b3950cbec8f60c44578a2d96cf69aaaed0 100644 (file)
@@ -1,16 +1,18 @@
-\version "1.5.68"
+#(ly:set-option 'old-relative)
+\version "1.9.8"
 \header  {
-  texidoc = "grace notes in different voices/staves are synchronized."
+  texidoc = "Grace notes in different voices/staves are synchronized."
 }
 
-\score  {\notes < \context Staff  { c2
+\score  {\notes\relative c'' << \context Staff  { c2
         \grace  c8
   c4 c4 }
-               \context Staff = SB { c2 \clef bass
- \grace { [dis8 ( d8] \key es\major  }
+               \new Staff { c2 \clef bass
+ \grace {  dis8[ ( d8] \key es\major  }
 
-  ) c4 c4 }
-               \context Staff = SC { c2 c4 c4 \bar "|." }
-               >
-               \paper { linewidth = -1. }
+    c4) c4 }
+               \new Staff { c2 c4 c4 \bar "|." }
+               >>
+               \paper { raggedright = ##t}
  } 
+