Bracketed passages: Difference between revisions
Import snippet from LSR |
m Doesn't need "full" indicator, or removing the tag line |
||
| (4 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
Code to make Lilypond draw left and right brackets vertically spanning a staff. This is intended to indicate an optional passage of music. | Code to make Lilypond draw left and right brackets vertically spanning a staff. This is intended to indicate an optional passage of music. | ||
<lilypond version="2.24 | <lilypond version="2.24"> | ||
%% http://lsr.di.unimi.it/LSR/Item?id=377 | %% http://lsr.di.unimi.it/LSR/Item?id=377 | ||
| Line 7: | Line 7: | ||
% spanning an entire staff. It is useful for offseting optional passages of music, | % spanning an entire staff. It is useful for offseting optional passages of music, | ||
% as shown in the example | % as shown in the example | ||
% The number next to "th" in (th 0.2) controls thickness of the brackets. | % The number next to "th" in (th 0.2) controls thickness of the brackets. | ||
| Line 67: | Line 65: | ||
[[Category:Symbols and glyphs]] | [[Category:Symbols and glyphs]] | ||
[[Category:Workaround]] | [[Category:Workaround]] | ||
[[Category:Snippet]] | |||