]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-sync.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / grace-sync.ly
index 2153536e80b5a2d15ae2f4dde69fbce6c569a7f4..9032eb8c2eaf587782548a6a70e06f2f9d16725c 100644 (file)
@@ -1,17 +1,23 @@
-\version "2.3.22"
+\version "2.16.0"
 \header  {
-  texidoc = "Grace notes in different voices/staves are synchronized."
+  texidoc = "Grace notes in different voices/@/staves are synchronized."
 }
 
-\score  {\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 "|." }
-               >>
-               \layout { raggedright = ##t}
- } 
+  \new Staff { c2 c4 c4 \bar "|." }
+>>
+
+