Score with variable measure lengths: Difference between revisions
Import snippet from LSR |
m New category Tags: Mobile edit Mobile web edit |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
LilyPond determines the measure length from the time signature, so to implement variable measure lengths, one has to set the time signature for every measure, but suppress the display of the time signature change by setting its stencil to ##f. | LilyPond determines the measure length from the time signature, so to implement variable measure lengths, one has to set the time signature for every measure, but suppress the display of the time signature change by setting its stencil to ##f. | ||
<lilypond version="2.24 | <lilypond version="2.24"> | ||
%% http://lsr.di.unimi.it/LSR/Item?id=731 | %% http://lsr.di.unimi.it/LSR/Item?id=731 | ||
| Line 25: | Line 25: | ||
[[Category:Rhythms]] | [[Category:Rhythms]] | ||
[[Category:Snippet]] | |||