]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-sync.ly
Merge commit 'origin/lilypond/translation' into dev/texi2html
[lilypond.git] / input / regression / grace-sync.ly
index 419ccdeb14ca82082fa77d84b54728e5954dda68..d7388bded51d845bb6833e1942c85e0ccfd5868b 100644 (file)
@@ -1,15 +1,23 @@
+\version "2.11.51"
 \header  {
-  texidoc = "grace notes in different voices/staffs are synchronized."
+  texidoc = "Grace notes in different voices/staves are synchronized."
 }
 
-\score  {\notes < \context Staff  { c2
-        \grace  c8
-  c2 c4 }
-               \context Staff = SB { c2 \clef bass
- \grace { [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 "|." }
+>>
+
+
+