Reconciliating bar lines thickness when staves are of different sizes (TODO duplicates snippet in Documentation/en/notation/spacing.itely): Difference between revisions
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 |
m New category |
||
| (4 intermediate revisions by 2 users not shown) | |||
| Line 5: | Line 5: | ||
This can be done by using either the <code>\revert</code> command, or more advanced commands such as <code>revert-props</code>. Alternatively, some effects of <code>\magnifyStaff</code> may be replicated on other staves through the <code>scale-props</code> command, which may be used to harmonize all bar lines either to their appearance on the smallest staves, or to some intermediate value. | This can be done by using either the <code>\revert</code> command, or more advanced commands such as <code>revert-props</code>. Alternatively, some effects of <code>\magnifyStaff</code> may be replicated on other staves through the <code>scale-props</code> command, which may be used to harmonize all bar lines either to their appearance on the smallest staves, or to some intermediate value. | ||
<lilypond version="2.24" | <lilypond version="2.24"> | ||
%% LSR originally contributed by -vv for \version 2.20. | %% LSR originally contributed by -vv for \version 2.20. | ||
%% This snippet relies on some internal commands that are not part of the | %% This snippet relies on some internal commands that are not part of the | ||
%% most common and stable syntax generally recommended to regular users. | %% most common and stable syntax generally recommended to regular users. | ||
\markup \fontsize #-3 { | \markup \fontsize #-3 { | ||
| Line 113: | Line 111: | ||
[[Category:Spacing]] | [[Category:Spacing]] | ||
[[Category:Included in the official documentation]] | [[Category:Included in the official documentation]] | ||
[[Category:Correction wanted]] | |||
[[Category:Snippet]] | |||