]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-feather.ly
Doc-es: various updates.
[lilypond.git] / input / regression / beam-feather.ly
index b21658c46b0c69f0c63827550af32f8cd7bfbedf..8dade639bb270e6f064714c297d05f4697d110bd 100644 (file)
@@ -6,7 +6,7 @@
   
 }
 
-\version "2.17.6"
+\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 ] 
 }