]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-collision-grace.ly
Add newlines at EOF where appropriate.
[lilypond.git] / input / regression / beam-collision-grace.ly
index 49d038919219fa82f21220893bc0a92ae47dac30..fffca6fdf7e3ee514b1187900a89f5932ee3afa0 100644 (file)
@@ -1,6 +1,6 @@
 
 
-\version "2.13.49"
+\version "2.14.0"
 
 \header { texidoc = "
 The beaming algorithm handles collisions between beams and
@@ -11,3 +11,6 @@ grace notes too.
  e'8[ f  e \grace { f,16[ a] } e'8]
 }
 
+\relative c'{
+ d16 e f \grace d'8 g,16
+}