]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-feather.ly
Imported Upstream version 2.19.45
[lilypond.git] / input / regression / beam-feather.ly
index 0006976c6e6b9d6b032d7ba98a619456ab163f8c..8dade639bb270e6f064714c297d05f4697d110bd 100644 (file)
@@ -6,7 +6,7 @@
   
 }
 
-\version "2.17.11"
+\version "2.19.21"
 
 \paper {
   ragged-right = ##t
@@ -18,9 +18,9 @@
 % a linear decrease instead?
 %
 
-\featherDurations #(ly:make-moment 3/4) \relative c'' {
+\featherDurations #(ly:make-moment 3/4) \relative {
   \override Beam.grow-direction = #LEFT
-  c16[
+  c''16[
     c c c
     c c c c ] 
 }