Putting parentheses around non-note objects: Difference between revisions
Appearance
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 |
No edit summary |
||
| Line 12: | Line 12: | ||
[[Category:Editorial annotations]] | [[Category:Editorial annotations]] | ||
[[Category:Expressive marks]] | [[Category:Expressive marks]][[Category:Snippet]] | ||
Revision as of 22:58, 21 November 2025
Various objects may be parenthesized as well as notes: in this example, the articulation mark is printed between parentheses.
\version "2.24"
%% http://lsr.di.unimi.it/LSR/Item?id=421
\relative c' {
< c d g >2-\parenthesize -.
\once \override Parentheses.font-size = #0
c-\parenthesize \trill
}