]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-sync.ly
Issue 4238: Glissando overlaps dot
[lilypond.git] / input / regression / grace-sync.ly
index 3bf3035e6a08033924b7cb9da2d8e6175e3115f2..cd24450032282024fe78ff152f1bee6ad0937741 100644 (file)
@@ -1,21 +1,22 @@
-\version "2.7.32"
+\version "2.16.0"
 \header  {
-  texidoc = "Grace notes in different voices/staves are synchronized."
+  texidoc = "Grace notes in different voices/@/staves are synchronized."
 }
 
 \layout { ragged-right = ##t}
 
 
 \relative c'' <<
-  \context Staff  {
+  \context Staff {
     c2
-                                  \grace  c8
-                                  c4 c4 }
+    \grace  c8
+    c4 c4
+  }
   \new Staff {
     c2 \clef bass
-    \grace {  dis8[ ( d8] \key es\major  }
-
-    c4) c4 }
+    \grace {  dis8[ ( d8] \key es \major  }
+    c4) c4
+  }
   \new Staff { c2 c4 c4 \bar "|." }
 >>