]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-sync.ly
* scripts/convert-ly.py (FatalConversionError.figures_replace):
[lilypond.git] / input / regression / grace-sync.ly
index 9b8a55784685e720ba09196482af97fe3fe8400c..0bfad62f5f8b2733c2632e489bf594afcf5f80ad 100644 (file)
@@ -1,10 +1,10 @@
 #(ly:set-option 'old-relative)
-\version "1.9.2"
+\version "1.9.4"
 \header  {
   texidoc = "Grace notes in different voices/staves are synchronized."
 }
 
-\score  {\notes\relative c'' < \context Staff  { c2
+\score  {\notes\relative c'' << \context Staff  { c2
         \grace  c8
   c4 c4 }
                \new Staff { c2 \clef bass
@@ -12,7 +12,7 @@
 
     c4) c4 }
                \new Staff { c2 c4 c4 \bar "|." }
-               >
+               >>
                \paper { raggedright = ##t}
  }