What Aaron suggested seemed to work with the passage similar to the previous
rit-a tempo example, but the stretching 8-notes problem arises elsewhere, like
in the example below.
\version "2.18.2"
pocoaccel = \markup { \italic "poco accel." }
common = {
\override TextScript.extra-spacing-widt
On 2021-10-24 2:44 pm, Erika Pirnes wrote:
Again, the issue is that using textLengthOn works well with score, but
in the individual parts either the short notes get stretched weirdly
(if I use textLengthOn with those) or markups above long notes are
positioned on top of each other (if I don't use
Actually, it seems that my previous solution with "hideNotes" and rests leads
to collisions as well, and it also shifts down any dynamic markings below the
staff, which is not a desirable effect. I'm grateful for any suggestions on how
to solve the problem.
Again, the issue is that using textLe
I changed Paul's solution with "hideNotes" to use rests instead of notes, to
avoid the warning for clashing note columns. Aaron's solution works well for
the score, but my problem came up when I tried to write the individual parts.
The updated example below illustrates the problem and my solutio
On 2021-10-24 10:56 am, Erika Pirnes wrote:
I thought "textLenghtOn" would solve my problems but it seemingly just
moves them somewhere else, here the other part (see first measure of
the example). I also tried experimenting with
"SpacingSpanner.base-shortest-duration" but it doesn't solve the
pr
Sure, using "hideNotes" to obtain better spacing is a cheat, but it works
better than anything I tried. (I actually tried a similar thing but with spacer
rests which did not produce the wanted result.)
Thanks!
Erika
It may be a cheat, but in that sort of situation I just add invisible
notes to put the space where necessary. In your example I removed the
TextLength directives and changed your "othernotes" to:
othernotes = \relative c'{
e8 f g a g2 << c2 \\ { \hideNotes a8 a a a } >> b2
}
The hidden quavers