Jim Long <lilyp...@umpquanet.com> writes:

> I'm not getting any parentheses in the output from this example.
>
> Is it possible to parenthesize more than a single grob?
>
> Thank you!
>
> Jim
> \version "2.17.26"
>
> music = \relative c' { c4 d e f }
>
> \score {
>   \music
> }
>
> \score {
>   \parenthesize \music
> }

Were you thinking of something like

\version "2.17.26"

music = \relative c' { c4 d e f }

\markup \parenthesize \score { \music \layout { } }

-- 
David Kastrup
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to