]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-collision-grace.ly
Run fixcc + astyle2.02.
[lilypond.git] / input / regression / beam-collision-grace.ly
index 49d038919219fa82f21220893bc0a92ae47dac30..441ed498657c77ec01c855064e9ee4d950af3d1e 100644 (file)
@@ -1,6 +1,6 @@
 
 
-\version "2.13.49"
+\version "2.16.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
+}