bug-lilypond
[Top][All Lists]
Advanced

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

Re: right end of TupletBracket unchanged by connect-to-neighbor


From: Marcus Macauley
Subject: Re: right end of TupletBracket unchanged by connect-to-neighbor
Date: Mon, 09 Oct 2006 02:32:06 -0400
User-agent: Opera Mail/9.00 (Linux)

I wrote:
...
\override TupletBracket #'connect-to-neighbor = #'(#f #f)
...

Mats wrote:
To produce a pair of values in Scheme, you should write
\override TupletBracket #'connect-to-neighbor = #'(#f . #f)
(another option is the following:)
\override TupletBracket #'connect-to-neighbor = #(cons #f #f)

See the documentation of edge-height and shorten-pair for other
examples of pairs of values, that show this syntax.


Thanks for noticing that. I actually used the correct syntax in my original file, but it was causing a different problem (I couldn't get the bracket to display in one instance), so I tried to isolate the problem, and that's where I forgot the dot, which caused the apparent "bug" I reported.

I will try to isolate my original problem and, if necessary, report it as a separate bug.

Marcus




reply via email to

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