Reconciliating bar lines thickness when staves are of different sizes (TODO duplicates snippet in Documentation/en/notation/spacing.itely): Difference between revisions

Import snippet from LSR
 
m New category
 
(5 intermediate revisions by 3 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.0" full>
<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.
\paper { tagline = ##f }


\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]]