hello Trevor,
try adding
\remove "Forbid_line_break_engraver"
to your context(s).
You may want to add this as a default for all you're voices in
\layout{
\context{\Voice
\remove "Forbid_line_break_engraver"
}
}
read
11.6.5 Proportional Notation
in the manual.
best,
Victor.
Hi,
I'm having a problem when I try to push my local development commits to the
dev/kainhofer branch on the git server:
updating 'refs/heads/dev/kainhofer' using 'refs/heads/kainhofer'
from 1cfb12c2762d614ebf09980f31de14a007be6c3d
to a945d6d23581c973e6029d1db691afd147546603
Generating pack.
I've been unable to discover how to permit line-breaking
when there is a long sequence of tuplets which cross
barlines. Beams and Glissandos subscribe to the
unbreakable-spanner-interface, so line-breaking when these
cross barlines may be permitted by setting #'breakable =
##t. But TupletBracket