From 52aae78e8b80a1beeff34b5345cd259524232cb1 Mon Sep 17 00:00:00 2001 From: Trevor Daniels Date: Sat, 19 Apr 2008 11:41:55 +0100 Subject: [PATCH] Move melody rhythms from percussion --- Documentation/user/rhythms.itely | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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 -- 2.39.5