Hi Andrew,
2015-04-08 9:02 GMT+02:00 Andrew Bernard :
> Recently there was a discussion about this. Now I need to do it. The answers
> in the discussion, whilst erudite, seem very kludgy, and not appropriate for
> my score.
>
> Why is there no simple way to shorten a hairpin in lilypond? It’s easy
I needed a solution as well and wrote this. I find for my needs it works
wonders.
acdy =
#(define-music-function
(parser location str)
(number?)
#{
-\markup
{
\halign #-1.2
\combine
\draw-line #`(,str . 0.7)
\draw-line #`(,str . -0.7)
}
#}
)
\relative c' {
c ^\acdy #-4 c d^\acd
Hi Andrew,
I think I missed this discussion, cannot answer to your questions.
Anyway sometime I use:
\version "2.18.2"
{
c'4
-\tweak bound-padding #7.0
\< c'2. c'4\!
}
Cheers,
Pierre
2015-04-08 9:02 GMT+02:00 Andrew Bernard :
> Recently there was a discussion about this. Now I need to
Recently there was a discussion about this. Now I need to do it. The answers in
the discussion, whilst erudite, seem very kludgy, and not appropriate for my
score.
Why is there no simple way to shorten a hairpin in lilypond? It’s easy to use
shorten-pair to adjust tuplet bracket lengths. Why do