lilypond-user
[Top][All Lists]
Advanced

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

Anything similar to to-barline for extender lines of cresc/dim?


From: Mats Bengtsson
Subject: Anything similar to to-barline for extender lines of cresc/dim?
Date: Tue, 10 Oct 2023 16:44:17 +0200
User-agent: Mozilla Thunderbird

Hi,

Is there anything analogous to Hairpin.to-barline = #t that applies to the extender line of textual dynamics like \cresc or \dim?

Unfortunately, I don't have a copy of Gould, but to me all the options I tried below look worse than having an extender line that ends exactly below the bar line.

\version "2.25.9"

\fixed c' {
<>^"Extending into next bar"
c4 \cresc d e f |
g \f f g a |
g4 \dim f e d |
c \mf  d c b, |
<>^"Especially ugly at line breaks"
c4 \cresc d e f |
g \f f g a |
g4 \dim f e d | \break
c1 \mf |
<>^"Ended (too early) before the bar"
c4 \cresc d e f \! |
g \f f g a |
g4 \dim f e d \! |
c \mf d c b, |
<>^\markup\column{"Still too early" "adjusting bound-details" }
\override DynamicTextSpanner.bound-details.right.attach-dir = #RIGHT c4 \cresc d e f \! |
g \f f g a |
g4 \dim f e d \! | \break
c1 \mf |

}

Any ideas, or should I file it as a feature request?

   /Mats




reply via email to

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