From: Mats Bengtsson Date: Thu, 16 Aug 2007 07:46:36 +0000 (+0200) Subject: Slight update to the feathered beam example, to reduce the risk for confusion X-Git-Tag: release/2.11.30-1~15^2~6 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=19b4e0e68e7f675e7509333a05c20b82eb3fe2ce;p=lilypond.git Slight update to the feathered beam example, to reduce the risk for confusion --- diff --git a/Documentation/user/advanced-notation.itely b/Documentation/user/advanced-notation.itely index 214d1c80a3..69beebf820 100644 --- a/Documentation/user/advanced-notation.itely +++ b/Documentation/user/advanced-notation.itely @@ -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