]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-sync.ly
new file
[lilypond.git] / input / regression / grace-sync.ly
index 6677836c1ff104278e2f82b40c6f67a3d404f38c..b85ea829731aca77db26df04efe4c05af3b1d84c 100644 (file)
@@ -1,17 +1,20 @@
-\version "2.1.28"
+\version "2.6.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  }
+\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 "|." }
+>>
+\layout { raggedright = ##t}
+