lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Parenthesize


From: David Kastrup
Subject: Re: Parenthesize
Date: Sun, 22 Sep 2013 04:26:11 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Jim Long <address@hidden> 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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]