]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-sync.ly
*** empty log message ***
[lilypond.git] / input / regression / grace-sync.ly
index f47e56642ecfda5953866ee264c269edb6fff697..8b49f77ea27bda5d0d8d07f8b3198ed863a5c86d 100644 (file)
@@ -1,17 +1,17 @@
-\version "1.7.6"
+\version "2.1.7"
 \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}
  } 
-%% new-chords-done %%
+