]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-sync.ly
Merge commit 'origin' into beamlets2
[lilypond.git] / input / regression / grace-sync.ly
index 6fd07c4fc05ae1488fac71b2c1c7017522a89bf7..13d96ffb7996ad7645f49f9f211f01e550573b7a 100644 (file)
@@ -1,17 +1,23 @@
-\version "2.1.26"
+\version "2.12.0"
 \header  {
   texidoc = "Grace notes in different voices/staves are synchronized."
 }
 
-\score  {\notes\relative c'' << \context Staff  { c2
-        \grace  c8
-  c4 c4 }
-               \new Staff { 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 "|." }
-               >>
-               \paper { raggedright = ##t}
- } 
+  \new Staff { c2 c4 c4 \bar "|." }
+>>
+
+