Multi-column scores: Difference between revisions
Import snippet from LSR |
m New category |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
To obtain columns, one can simply put scores into <code>\markup \fill-line</code> contexts, but line breaking must be done manually. By obtaining separate line-widths for each score, line breaking can happen automatically. However, page breaking must still be done manually. | To obtain columns, one can simply put scores into <code>\markup \fill-line</code> contexts, but line breaking must be done manually. By obtaining separate line-widths for each score, line breaking can happen automatically. However, page breaking must still be done manually. | ||
<lilypond version="2.24 | <lilypond version="2.24" full> | ||
thepaper = \paper { | thepaper = \paper { | ||
indent = 0 | indent = 0 | ||
| Line 72: | Line 72: | ||
[[Category:Breaks]] | [[Category:Breaks]] | ||
[[Category:Tweaks and overrides]] | [[Category:Tweaks and overrides]] | ||
[[Category:Snippet]] | |||