From: Neil Puttock Date: Sat, 6 Sep 2008 23:44:33 +0000 (+0100) Subject: Update from Andrew: tweaks for cross-staff chords snippet. X-Git-Tag: release/2.11.58-1~28 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f48f3d6b26c539deaae696914a34f933ae198089;p=lilypond.git Update from Andrew: tweaks for cross-staff chords snippet. --- diff --git a/Documentation/user/keyboards.itely b/Documentation/user/keyboards.itely index 3aa0986a90..ac09c8fab8 100644 --- a/Documentation/user/keyboards.itely +++ b/Documentation/user/keyboards.itely @@ -363,7 +363,7 @@ Chords that cross staves may be produced: \new PianoStaff << \new Staff { \relative c' { - f8 e4 d8 2 + f8 e4 d8 d f e4 } } \new Staff { @@ -376,11 +376,12 @@ Chords that cross staves may be produced: \override Stem #'length = #12 % do not print extra flags \override Stem #'flag-style = #'no-flag - a8 g4 f8 + % prevent beaming as needed + a8 g4 f8 f bes\noBeam g4 } \\ { - f,2 d' + f,2 bes4 c } >> } }