Re: Shortening hairpins

2015-04-08 Thread Thomas Morley
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

Shortening hairpins

2015-04-08 Thread Stephen MacNeil
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

Re: Shortening hairpins

2015-04-08 Thread Pierre Perol-Schneider
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

Shortening hairpins

2015-04-08 Thread 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 to use shorten-pair to adjust tuplet bracket lengths. Why do