Complex time signatures: Difference between revisions
Import snippet from LSR |
Tag for inclusion in official documentation |
||
| (5 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
Odd | Odd time signatures (such as “5/8”) can often be played as complex time signatures (e.g. “3/8 + 2/8”), which combine two or more inequal metrics. | ||
LilyPond can make such music quite easy to read and play, by explicitly printing the | LilyPond can make such music quite easy to read and play, by explicitly printing the time signatures and adapting the automatic beaming behavior. | ||
<lilypond version="2.24 | <lilypond version="2.24"> | ||
\relative c' { | \relative c' { | ||
\compoundMeter #'((2 8) (3 8)) | \compoundMeter #'((2 8) (3 8)) | ||
| Line 12: | Line 12: | ||
</lilypond> | </lilypond> | ||
[[Category:Included in the official documentation]] | |||
[[Category:Rhythms]] | [[Category:Rhythms]] | ||
[[Category: | [[Category:Snippet]] | ||