]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-sync.ly
add vcs lines to debian/control
[lilypond.git] / input / regression / grace-sync.ly
index 0ddcdf37f81d8bb172c3f9b791a50559c91c281a..99cfc7e5ea2dfe3029a132032de871d755cc02f1 100644 (file)
@@ -1,15 +1,23 @@
+\version "2.14.0"
 \header  {
-  texidoc = "grace notes in different voices/staffs are synchronized."
+  texidoc = "Grace notes in different voices/staves are synchronized."
 }
 
-\score  {\notes < \context Staff  { c2
- \ngrace  c8
- c2 c4 }
-               \context Staff = SB { c2 \clef bass
- %\ngrace { [dis8 ( d8] }
-
-  ) c2 c4 }
-               \context Staff = SC { c2 c2 c4 }
-               >
-               \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 "|." }
+>>
+
+
+