Merging rests automatically: Difference between revisions
Import snippet from LSR |
m New category |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
When two (or more) voices on a staff share common rests, common engraving practice merges these rests into one. The following snippet takes care of that, automatically. Please note that multi-measure rests are not automatically combined. | When two (or more) voices on a staff share common rests, common engraving practice merges these rests into one. The following snippet takes care of that, automatically. Please note that multi-measure rests are not automatically combined. | ||
<lilypond version="2.24 | <lilypond version="2.24"> | ||
%% http://lsr.di.unimi.it/LSR/Item?id=336 | %% http://lsr.di.unimi.it/LSR/Item?id=336 | ||
%% see also http://code.google.com/p/lilypond/issues/detail?id=1228 | %% see also http://code.google.com/p/lilypond/issues/detail?id=1228 | ||
| Line 108: | Line 108: | ||
[[Category:Really cool]] | [[Category:Really cool]] | ||
[[Category:Workaround]] | [[Category:Workaround]] | ||
[[Category:Snippet]] | |||