]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-collision-grace.ly
Run scripts/auxiliar/makelsr.py
[lilypond.git] / input / regression / beam-collision-grace.ly
index e4a30c5acab5733b014fca441c5ba6a67a898a90..00e9c2720124d9e2930812f9e5b8ac0ed1531bdb 100644 (file)
@@ -1,16 +1,16 @@
 
 
-\version "2.13.57"
+\version "2.19.21"
 
 \header { texidoc = "
 The beaming algorithm handles collisions between beams and
 grace notes too.
 " }
 
-\relative c' {
- e'8[ f  e \grace { f,16[ a] } e'8]
+\relative {
+ e''8[ f  e \grace { f,16 a } e'8]
 }
 
 \relative c'{
  d16 e f \grace d'8 g,16
-}
\ No newline at end of file
+}