Compilation error on music overflow: Difference between revisions
Import snippet from LSR |
m New category |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
When you have multiple overflowing measures, the music flows off the page. This snippet forces an error when this happens by checking the width of each system and checking it against the paper width. | When you have multiple overflowing measures, the music flows off the page. This snippet forces an error when this happens by checking the width of each system and checking it against the paper width. | ||
<lilypond version="2.24 | <lilypond version="2.24"> | ||
scorepaper = \paper { } | scorepaper = \paper { } | ||
| Line 24: | Line 24: | ||
[[Category:Scheme]] | [[Category:Scheme]] | ||
[[Category:Paper and layout]] | [[Category:Paper and layout]] | ||
[[Category:Snippet]] | |||