]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-sync.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / grace-sync.ly
index 00cabd037e33c9cbbc9963f70077fa60c6ebb5c1..9032eb8c2eaf587782548a6a70e06f2f9d16725c 100644 (file)
@@ -1,17 +1,23 @@
-\version "1.7.16"
+\version "2.16.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 { raggedright = ##t}
- } 
-%% new-chords-done %%