]> git.donarmstrong.com Git - lilypond.git/commitdiff
Update from Andrew: tweaks for cross-staff chords snippet.
authorNeil Puttock <n.puttock@gmail.com>
Sat, 6 Sep 2008 23:44:33 +0000 (00:44 +0100)
committerNeil Puttock <n.puttock@gmail.com>
Sat, 6 Sep 2008 23:44:33 +0000 (00:44 +0100)
Documentation/user/keyboards.itely

index 3aa0986a90cc7db838740a7c058aaa0d924838da..ac09c8fab8f66c2caac2eeb49e2bc2d2dea40ebf 100644 (file)
@@ -363,7 +363,7 @@ Chords that cross staves may be produced:
 \new PianoStaff <<
   \new Staff {
     \relative c' {
-      f8 e4 d8 <f bes,>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
       } >>
     }
   }