]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-sync.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / grace-sync.ly
index 9b94bb983b15ce6ff4dc5ae45ba3a06bf0383021..46436737e1ef20c74d283d8e425d173add076e72 100644 (file)
@@ -1,21 +1,22 @@
-\version "2.6.0"
+\version "2.19.21"
 \header  {
-  texidoc = "Grace notes in different voices/staves are synchronized."
+  texidoc = "Grace notes in different voices/@/staves are synchronized."
 }
 
-\layout { raggedright = ##t}
+\layout { ragged-right = ##t}
 
 
-\relative c'' <<
-  \context Staff  {
-    c2
-                                  \grace  c8
-                                  c4 c4 }
+\relative <<
+  \context Staff {
+    c''2
+    \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 "|." }
 >>