]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-feather.ly
Issue 1388: Initial work to support opentype font features.
[lilypond.git] / input / regression / beam-feather.ly
index 038b0a582a7986ddc7bd79fc7a603a982cb965d1..8dade639bb270e6f064714c297d05f4697d110bd 100644 (file)
@@ -6,7 +6,7 @@
   
 }
 
-\version "2.14.0"
+\version "2.19.21"
 
 \paper {
   ragged-right = ##t
@@ -18,9 +18,9 @@
 % a linear decrease instead?
 %
 
-\featherDurations #(ly:make-moment 3 4) \relative c'' {
-  \override Beam #'grow-direction = #LEFT
-  c16[
+\featherDurations #(ly:make-moment 3/4) \relative {
+  \override Beam.grow-direction = #LEFT
+  c''16[
     c c c
     c c c c ] 
 }