Dies ist das Archiv des alten Forums (bis März 2017). Das aktuelle Forum ist unter https://lilypondforum.de zu finden. This is the archive of the old forum (until March 2017). You can find the current forum at https://lilypondforum.de.
\version "2.17.29"\paper { line-width = 60 indent = 0}\markup\column { \fill-line { \override #'(line-width . 60) \wordwrap { The appearance of the arrowheads is scaled according to the length of the Hairpin } } \vspace #1}#(define-public arrowed-hairpin (elbowed-hairpin '((1.0 . 1.0)(0.97 . 1.4)(1 . 1)(0.97 . 0.54)) #t)) %%%%%%%%%%%%%%%%% EXAMPLE%%%%%%%%%%%%%%%%\relative c' { <>^"default" c1\> d\! \break <>^"arrowed \"decresc. \"" \override Hairpin #'stencil = #arrowed-hairpin c1\> d\! \break <>^"arrowed \"cresc.\"" c1\< d\! \break <>^"doesn't work at line-break!!" c1\> \break cis d\!}