Bracketed passages: Difference between revisions
No edit summary |
m Doesn't need "full" indicator, or removing the tag line |
||
| (2 intermediate revisions by one other user 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 66: | Line 64: | ||
[[Category:Tweaks and overrides]] | [[Category:Tweaks and overrides]] | ||
[[Category:Symbols and glyphs]] | [[Category:Symbols and glyphs]] | ||
[[Category:Workaround]][[Category:Snippet]] | [[Category:Workaround]] | ||
[[Category:Snippet]] | |||