Indenting individual systems: Difference between revisions
Revise documentation, formatting |
mNo edit summary |
||
| (2 intermediate revisions by the same 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.24"> | <lilypond version="2.24" full> | ||
%%%%%%%% HEADER %%%%%%%% | %%%%%%%% HEADER %%%%%%%% | ||
% | % | ||
| Line 229: | Line 229: | ||
short-indent = 40\mm | short-indent = 40\mm | ||
system-system-spacing.basic-distance = 10\mm | system-system-spacing.basic-distance = 10\mm | ||
tagline = ##f | |||
} | } | ||
| Line 391: | Line 392: | ||
</lilypond> | </lilypond> | ||
[[Category:Breaks]] | |||
[[Category:Scheme]] | |||
[[Category:Staff notation]] | |||
[[Category:Tweaks and overrides]] | |||
[[Category:Workaround]] | [[Category:Workaround]] | ||
[[Category:Snippet]] | [[Category:Snippet]] | ||