X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fincluded%2Fpercussion-chart.ly;h=647c55914d83e668bc2d177e2921a6782a05ac4e;hb=3c6c00c08ff31f57ec8d88450b4e4e7917bc4f3e;hp=cdbc6d7883e729a380e070c50e81e9e2f20c6b33;hpb=aa8523e4fa16352a1708065e447aac65426d82a4;p=lilypond.git diff --git a/Documentation/included/percussion-chart.ly b/Documentation/included/percussion-chart.ly index cdbc6d7883..647c55914d 100644 --- a/Documentation/included/percussion-chart.ly +++ b/Documentation/included/percussion-chart.ly @@ -13,9 +13,8 @@ This chart shows all percussion and drum notes." myBreak = { \bar " " \break } -\new Score \with { - \remove "Bar_number_engraver" -} \new DrumStaff \with { +\score { + \new DrumStaff \with { \remove "Time_signature_engraver" } \context DrumVoice { @@ -64,5 +63,12 @@ trim ^"mutetriangle: trim" tri ^"triangle: tri" trio ^"opentriangle: trio" \ ua ^"oneup: ua" ub ^"twoup: ub" uc ^"threeup: uc" ud ^"fourup: ud" ue ^"fiveup: ue" \myBreak da ^"onedown: da" db ^"twodown: db" dc ^"threedown: dc" dd ^"fourdown: dd" de ^"fivedown: de" \myBreak } +} + \layout { + \context { + \Score + \remove "Bar_number_engraver" + } + } }