]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-sync.ly
* lily/stem.cc (print): only produce stemlets if there are no
[lilypond.git] / input / regression / grace-sync.ly
index 6fd07c4fc05ae1488fac71b2c1c7017522a89bf7..01c5aad605963f89fefc0cbd5314feaa956a587b 100644 (file)
@@ -1,9 +1,9 @@
-\version "2.1.26"
+\version "2.4.0"
 \header  {
   texidoc = "Grace notes in different voices/staves are synchronized."
 }
 
-\score  {\notes\relative c'' << \context Staff  { c2
+\score  {\relative c'' << \context Staff  { c2
         \grace  c8
   c4 c4 }
                \new Staff { c2 \clef bass
@@ -12,6 +12,6 @@
     c4) c4 }
                \new Staff { c2 c4 c4 \bar "|." }
                >>
-               \paper { raggedright = ##t}
+               \layout { raggedright = ##t}
  }