]> git.donarmstrong.com Git - lilypond.git/commitdiff
Slight update to the feathered beam example, to reduce the risk for confusion
authorMats Bengtsson <mats.bengtsson@s3.kth.se>
Thu, 16 Aug 2007 07:46:36 +0000 (09:46 +0200)
committerMats Bengtsson <mats.bengtsson@s3.kth.se>
Thu, 16 Aug 2007 07:46:36 +0000 (09:46 +0200)
Documentation/user/advanced-notation.itely

index 214d1c80a3e09dbd81956b1632be94c2fe5227ed..69beebf8204fba524fa967f6145cf83fcc1c0739 100644 (file)
@@ -2231,9 +2231,9 @@ property of a @code{Beam}.  The @code{\featherDurations} function
 can be used to adjust note durations.
 
 @lilypond[ragged-right,relative=1,fragment,verbatim,quote]
+\override Beam #'grow-direction = #LEFT
 \featherDurations #(ly:make-moment 5 4) 
 {
-  \override Beam #'grow-direction = #LEFT
   c16[ c c c c c c]
 }
 @end lilypond