]> 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 5464d0b3950cbec8f60c44578a2d96cf69aaaed0..01c5aad605963f89fefc0cbd5314feaa956a587b 100644 (file)
@@ -1,10 +1,9 @@
-#(ly:set-option 'old-relative)
-\version "1.9.8"
+\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
@@ -13,6 +12,6 @@
     c4) c4 }
                \new Staff { c2 c4 c4 \bar "|." }
                >>
-               \paper { raggedright = ##t}
+               \layout { raggedright = ##t}
  }