]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-feather.ly
Merge remote-tracking branch 'origin/master' into translation
[lilypond.git] / input / regression / beam-feather.ly
index cf40c01aaa3a59d9a961a8f9c4f1d067930f5136..b21658c46b0c69f0c63827550af32f8cd7bfbedf 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.12.0"
+\version "2.17.6"
 
 \paper {
   ragged-right = ##t
@@ -19,7 +19,7 @@
 %
 
 \featherDurations #(ly:make-moment 3 4) \relative c'' {
-  \override Beam #'grow-direction = #LEFT
+  \override Beam.grow-direction = #LEFT
   c16[
     c c c
     c c c c ]