lilypond-user
[Top][All Lists]
Advanced

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

Re: Difference between bracket-visibility and -stencil


From: Urs Liska
Subject: Re: Difference between bracket-visibility and -stencil
Date: Tue, 23 Aug 2011 16:42:36 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.18) Gecko/20110617 Lightning/1.0b2 Thunderbird/3.1.11

Thanks Mike,

and just for the archive (in case anyone stumbles over it):

#'bracket-visibility decides whether or not a given TupletBracket is to be printed or not.
If it isn't printed then #'bracket-visibility will set #'stencil = ##f.

Best
Urs

Am 23.08.2011 16:38, schrieb Mike Solomon:
On Aug 23, 2011, at 4:34 PM, Urs Liska wrote:

Hi Marc,

thanks for the thoughts.
Unfortunately it obviously works differently.
if it set
   #'transparent = ##t
then the TupletBrackets uses its space.
But with
   #'bracket-visibility = ##f
it doesn't.

And no, the TupletNumber doesn't need the TupletBracket at all.

But from this comparison I get the impression that
   #'bracket-visibility
is actually using
   #'stencil = ##f
If that's the case (any confirmation from a dev?) it would mean that setting 
the bracket-visibility to false is equivalent to setting the stencil to false.

Best
Urs

Yup - same thing.

Cheers,
MS





reply via email to

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