Indenting individual systems: Difference between revisions

mNo edit summary
mNo edit summary
 
Line 7: Line 7:
Some caveats still apply, though.
Some caveats still apply, though.


* The indenting mechanism is based on an [https://gitlab.com/lilypond/lilypond/-/issues/3761 arcane misuse] of the <code>LeftEdge</code> grob and may therefore become temporarily or permanently broken by side effects of future development changes in the LilyPond code base.
* 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.