]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-feather.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / beam-feather.ly
index 6192d412677e4b7a9846d75f2204408f436f7c6d..8dade639bb270e6f064714c297d05f4697d110bd 100644 (file)
@@ -1,12 +1,12 @@
 \header  {
 
   texidoc = "Specifying @code{grow-direction} on a beam, will cause
-  feathered beaming. The @code{\featherDurations} function can be used
+  feathered beaming. The @code{\\featherDurations} function can be used
   to adjust note durations."
   
 }
 
-\version "2.10.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 ] 
 }