Adding an extra staff at a line break: Difference between revisions
Import snippet from LSR |
m Replace version="2.24.0" with version="2.24" now that the LilyWiki extension supports auto-selecting the latest release in a stable series |
||
| Line 1: | Line 1: | ||
When adding a new staff at a line break, some extra space is unfortunately added at the end of the line before the break (to fit in a key signature change, which will never be printed anyway). The workaround is to add a setting of <code>Staff.explicitKeySignatureVisibility</code> as is shown in the example. | When adding a new staff at a line break, some extra space is unfortunately added at the end of the line before the break (to fit in a key signature change, which will never be printed anyway). The workaround is to add a setting of <code>Staff.explicitKeySignatureVisibility</code> as is shown in the example. | ||
<lilypond version="2.24 | <lilypond version="2.24" full> | ||
\paper { tagline = ##f } | \paper { tagline = ##f } | ||