]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-collision-grace.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / beam-collision-grace.ly
index 49d038919219fa82f21220893bc0a92ae47dac30..00e9c2720124d9e2930812f9e5b8ac0ed1531bdb 100644 (file)
@@ -1,13 +1,16 @@
 
 
-\version "2.13.49"
+\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
+}