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 #
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
As far as I understand, the following four overrides:
\override TupletBracket #'connect-to-neighbor = #'(#f #f)
\override TupletBracket #'connect-to-neighbor = #'(#f #t)
\override TupletBracket #'connect-to-neighbor = #'(#t #f)
\override TupletBracket #'connect-to-neighbor = #'(#t #t)
documented
On Mon, 2006-10-09 at 08:36 +1000, Trent Johnston wrote:
> Hi Joe,
>
> Just a quick question is there a way to turn off the page-breaker stuff. I'm
> using Nicholas Sceaux two-pass system and on the second pass it looks like
> your page-breaker tries to format again the music around the \breaks
Hi Joe,
Just a quick question is there a way to turn off the page-breaker stuff. I'm
using Nicholas Sceaux two-pass system and on the second pass it looks like
your page-breaker tries to format again the music around the \breaks and
\pageBreaks that the two-pass output file produces.
So jus
On Sun, 2006-10-08 at 09:33 -0700, Graham Percival wrote:
> Thanks, this should be helpful. Joe, I'll just leave this bug with you,
> instead of filing it on the issue tracker. That ok?
Sure. I'll try to look at this soonish but I'm about to start traveling
so I can't promise anything...
>
>
Thanks, this should be helpful. Joe, I'll just leave this bug with you,
instead of filing it on the issue tracker. That ok?
- Graham
Arvid Grøtting wrote:
Arvid Grøtting gmail.com> writes:
For some reasons, 2.9.21 has three systems per page on all pages,
while 2.8.1 has three on the firs
Arvid Grøtting gmail.com> writes:
> For some reasons, 2.9.21 has three systems per page on all pages,
> while 2.8.1 has three on the first page and four thereafter, but I
> don't know if that's a symptom or the problem.
Looks like it's related to the problem. Here's a small (close enough to
m
Hi!
I'm completing a score that I think shows a bit of regression with
newer 2.9 versions as opposed to 2.8. The problem is that the spacing
gets a bit weird, giving 7 pages with 2.9.21 when only 5 is needed
with 2.8.
The .ly file (and two include files) and resulting output can be
viewed at