]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-sync.ly
Import guile-1.8 as multiple upstream tarball component
[lilypond.git] / input / regression / grace-sync.ly
index 8e44e8257093a98ba1897a2ac5182e09946fd9b0..cd24450032282024fe78ff152f1bee6ad0937741 100644 (file)
@@ -1,15 +1,24 @@
+\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  }
-
-  ) c4 c4 }
-               \context Staff = SC { c2 c4 c4 \bar "|." }
-               >
-               \paper { linewidth = -1. }
- } 
+\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 "|." }
+>>
+
+
+