From e8e1b7bc2094f8e7418cadb2c18104dff7358bd6 Mon Sep 17 00:00:00 2001 From: David Kastrup Date: Mon, 6 Jan 2014 03:33:25 +0100 Subject: [PATCH] Issue 3782: NR: Update percussion section to make use of issue 3648 Standalone durations make percussion notation nicer to write. Have this reflected in the manual. --- Documentation/notation/percussion.itely | 32 ++++++++++++------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/Documentation/notation/percussion.itely b/Documentation/notation/percussion.itely index 27127dee69..c3ed30f7dd 100644 --- a/Documentation/notation/percussion.itely +++ b/Documentation/notation/percussion.itely @@ -100,9 +100,9 @@ be set explicitly. Other clefs may be used as well. @lilypond[quote,ragged-right,verbatim] \drums { \clef percussion - bd4 bd bd bd + bd4 4 4 4 \clef treble - hh4 hh hh hh + hh4 4 4 4 } @end lilypond @@ -135,10 +135,10 @@ as described in @ref{Tremolo repeats}. @lilypond[quote,verbatim] \drums { \time 2/4 - sn16 sn8 sn16 sn8 sn8:32 ~ - sn8 sn8 sn4:32 ~ - sn4 sn8 sn16 sn16 - sn4 r4 + sn16 8 16 8 8:32 ~ + 8 8 4:32 ~ + 4 8 16 16 + 4 r4 } @end lilypond @@ -150,9 +150,9 @@ may be overridden to achieve a pleasing baseline. @lilypond[quote,verbatim] \drums { \repeat unfold 2 { - sn16^"L" sn^"R" sn^"L" sn^"L" sn^"R" sn^"L" sn^"R" sn^"R" + sn16^"L" 16^"R" 16^"L" 16^"L" 16^"R" 16^"L" 16^"R" 16^"R" \stemUp - sn16_"L" sn_"R" sn_"L" sn_"L" sn_"R" sn_"L" sn_"R" sn_"R" + sn16_"L" 16_"R" 16_"L" 16_"L" 16_"R" 16_"L" 16_"R" 16_"R" } } @end lilypond @@ -426,8 +426,8 @@ woodstaff = { \drummode { \time 2/4 - wbl8 wbl16 wbl wbh8-> wbl | - wbl8 wbl16 wbh-> ~ wbh wbl16 r8 | + wbl8 16 16 8-> 8 | + wbl8 16 16-> ~ 16 16 r8 | } } @end lilypond @@ -455,8 +455,8 @@ tambustaff = { \drummode { \time 6/8 - tamb8. tamb16 tamb8 tamb tamb tamb | - tamb4. tamb8 tamb tamb | + tamb8. 16 8 8 8 8 | + tamb4. 8 8 8 | % the trick with the scaled duration and the shorter rest % is neccessary for the correct ending of the trill-span! tamb2.*5/6 \startTrillSpan s8 \stopTrillSpan | @@ -502,8 +502,8 @@ bellstaff = { \bellstaff \drummode { \time 2/4 - rb8 rb cb cb16 rb-> ~ | - rb16 rb8 rb16 cb8 cb | + rb8 8 cb8 16 rb16-> ~ | + 16 8 16 cb8 8 | } } @end lilypond @@ -597,12 +597,12 @@ However, the default @code{\drummode} does not include the \drummode { << { - hh8[ hh] hh16 + hh8[ 8] hh16 < \parenthesize sn > hh < \parenthesize sn > hh8 hh } \\ { - bd4 r4 bd8 bd r8 bd + bd4 r4 bd8 8 r8 bd } >> } -- 2.39.5