Changing the width of ledger lines: 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: | ||
If you want to modify the width of ledger lines (for example to make them wider) you can do this by overriding the values of <code>LedgerLineSpanner.length-fraction</code> and (optionally) <code>LedgerLineSpanner.minimum-length-fraction</code>. | If you want to modify the width of ledger lines (for example to make them wider) you can do this by overriding the values of <code>LedgerLineSpanner.length-fraction</code> and (optionally) <code>LedgerLineSpanner.minimum-length-fraction</code>. | ||
<lilypond version="2.24 | <lilypond version="2.24"> | ||
% Override LedgerLineSpanner.length-fraction to change the width | % Override LedgerLineSpanner.length-fraction to change the width | ||
% of ledger lines. Its default setting is 0.25 which extends ledger | % of ledger lines. Its default setting is 0.25 which extends ledger | ||