From: Werner Lemberg Date: Sun, 2 Nov 2008 13:20:55 +0000 (+0100) Subject: Reduce width of some snippets for PDF output. X-Git-Tag: release/2.11.64-1~97 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=5fed165db1f1d6975f0fb18b0ff7c0df41e8c2bf;p=lilypond.git Reduce width of some snippets for PDF output. --- diff --git a/Documentation/user/percussion.itely b/Documentation/user/percussion.itely index f8d93a1c7f..5cbedb61b3 100644 --- a/Documentation/user/percussion.itely +++ b/Documentation/user/percussion.itely @@ -434,7 +434,7 @@ tambustaff = { \drummode { \time 6/8 - \repeat "unfold" 2 { tamb8. tamb16 tamb8 tamb tamb tamb | } + tamb8. tamb16 tamb8 tamb tamb tamb | tamb4. tamb8 tamb tamb | % the trick with the scaled duration and the shorter rest % is neccessary for the correct ending of the trill-span! @@ -481,8 +481,8 @@ bellstaff = { \bellstaff \drummode { \time 2/4 - \repeat "unfold" 2 { rb8 rb cb cb16 rb-> ~ | - rb16 rb8 rb16 cb8 cb | } + rb8 rb cb cb16 rb-> ~ | + rb16 rb8 rb16 cb8 cb | } } @end lilypond @@ -568,16 +568,18 @@ However, the default @code{\drummode} does not include the @lilypond[quote,ragged-right,verbatim,fragment] \new DrumStaff \with { \consists "Parenthesis_engraver" -} << - \context DrumVoice = "1" { s1 *2 } - \context DrumVoice = "2" { s1 *2 } +} +<< + \context DrumVoice = "1" { s1 } + \context DrumVoice = "2" { s1 } \drummode { << { hh8[ hh] hh16 < \parenthesize sn > hh < \parenthesize sn > hh8 hh - } \\ { + } \\ + { bd4 r4 bd8 bd r8 bd } >>