Reconciliating bar lines thickness when staves are of different sizes (TODO duplicates snippet in Documentation/en/notation/spacing.itely): Difference between revisions
Rudi Guggt (talk | contribs) TODO in the headline? |
m New category |
||
| (3 intermediate revisions by the same user 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 114: | Line 112: | ||
[[Category:Included in the official documentation]] | [[Category:Included in the official documentation]] | ||
[[Category: | [[Category:Correction wanted]] | ||
[[Category:Snippet]] | |||