Indenting individual systems: Difference between revisions
mNo edit summary |
Update LilyPond version |
||
| (2 intermediate revisions by one other user not shown) | |||
| Line 7: | Line 7: | ||
Some caveats still apply, though. | Some caveats still apply, though. | ||
* The indenting mechanism is based on an | * The indenting mechanism is based on an arcane misuse of the <code>LeftEdge</code> grob (see {{Issue|3761}}) and may therefore become temporarily or permanently broken by side effects of future development changes in the LilyPond code base. | ||
* The code is not protected against multiple calls per system break. | * The code is not protected against multiple calls per system break. | ||
<lilypond version="2. | <lilypond version="2.26" full=""> | ||
%%%%%%%% HEADER %%%%%%%% | %%%%%%%% HEADER %%%%%%%% | ||
% | % | ||
| Line 392: | Line 392: | ||
</lilypond> | </lilypond> | ||
[[Category:Breaks]] | |||
[[Category:Scheme]] | |||
[[Category:Staff notation]] | |||
[[Category:Tweaks and overrides]] | |||
[[Category:Workaround]] | [[Category:Workaround]] | ||
[[Category:Snippet]] | [[Category:Snippet]] | ||