lilypond-user
[Top][All Lists]
Advanced

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

Re: Parentheses


From: Urs Liska
Subject: Re: Parentheses
Date: Wed, 18 Sep 2013 09:19:47 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130801 Thunderbird/17.0.8

Am 18.09.2013 00:32, schrieb Jim Long:
On Fri, Jul 26, 2013 at 04:32:47PM +0200, Urs Liska wrote:
Hi,

can you tell me what the \parenthesize function uses to print the
parentheses?
There are paren glyphs in the accidentals section, are they used for
that purpose?
And does this mean that I can only resize parentheses proportionally (by
using a different font size)? Or is there a possibility 'stretch' them
when the surrounded object is taller?

Thanks for any input
Urs
Having suffered also from parentheses that didn't match the size
of the parenthesized object (for me, parenthesized chordmode
symbols), and having seen no follow-up to this thread, I am
pleased to have found this gem in the docs today.

I'm sure it's been there all along, but thank you, documentation team!

http://www.lilypond.org/doc/v2.16/Documentation/snippets/expressive-marks

\relative c' {
   c2-\parenthesize ->
   \override ParenthesesItem #'padding = #0.1
   \override ParenthesesItem #'font-size = #-4  % <-- that one!
   <d \parenthesize f a>2
}

or

\chordmode {
   \override ParenthesesItem #'font-size = #1
   \parenthesize a1:m7
}
So this seems to indicate that my second assumption is true: you can only select a different font-size.

Thanks
Urs



reply via email to

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