From: Trevor Daniels Date: Sat, 19 Apr 2008 10:41:55 +0000 (+0100) Subject: Move melody rhythms from percussion X-Git-Tag: release/2.11.45-1~42^2~3 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=52aae78e8b80a1beeff34b5345cd259524232cb1;p=lilypond.git Move melody rhythms from percussion --- diff --git a/Documentation/user/rhythms.itely b/Documentation/user/rhythms.itely index 199f90c862..4b82d8bbdb 100644 --- a/Documentation/user/rhythms.itely +++ b/Documentation/user/rhythms.itely @@ -1335,7 +1335,17 @@ split rests. @node Showing melody rhythms @subsubsection Showing melody rhythms -TODO +Sometimes you might want to show only the rhythm of a melody. This +can be done with the rhythmic staff. All pitches of notes on such a +staff are squashed, and the staff itself has a single line + +@c TODO Devise a more realistic example, perhaps with lyrics -td +@lilypond[quote,ragged-right,fragment,relative=1,verbatim] +\new RhythmicStaff { + \time 4/4 + c4 e8 f g2 | r4 g r2 | g1 | r1 | +} +@end lilypond @node Beams