]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-sync.ly
Update .ly files.
[lilypond.git] / input / regression / grace-sync.ly
index f47e56642ecfda5953866ee264c269edb6fff697..13d96ffb7996ad7645f49f9f211f01e550573b7a 100644 (file)
@@ -1,17 +1,23 @@
-\version "1.7.6"
+\version "2.12.0"
 \header  {
-  texidoc = "grace notes in different voices/staves are synchronized."
+  texidoc = "Grace notes in different voices/staves are synchronized."
 }
 
-\score  {\notes < \context Staff  { c2
-        \grace  c8
-  c4 c4 }
-               \context Staff = SB { c2 \clef bass
- \grace { [dis8 ( d8] \key es\major  }
+\layout { ragged-right = ##t}
+
+
+\relative c'' <<
+  \context Staff  {
+    c2
+                                  \grace  c8
+                                  c4 c4 }
+  \new Staff {
+    c2 \clef bass
+    \grace {  dis8[ ( d8] \key es\major  }
+
+    c4) c4 }
+  \new Staff { c2 c4 c4 \bar "|." }
+>>
+
+
 
-  ) c4 c4 }
-               \context Staff = SC { c2 c4 c4 \bar "|." }
-               >
-               \paper { linewidth = -1. }
- } 
-%% new-chords-done %%