Hi Helge,

2014-11-08 20:33 GMT+01:00 Helge Kruse <helge.kr...@gmx.net>:


> I have a staff for a cello where the player should reduce the tone during
> the note quite fast. Therfore the normal haiping like this is too long:
>
>
> \version "2.18.0"
>
> cello = \relative c' {
>   \time 6/8
>   \key a\major
>   \clef tenor
>   fis2.~\downbow\p\>     %%% this is the hairpin line
>   |
>   fis4.\! r8 r4
> }
>
>
Try :

cello = \relative c' {
  \time 6/8
  \key a\major
  \clef tenor
  fis2.~\downbow\p
  -\tweak bound-padding #12
  -\tweak X-offset #-11
  \>     %%% this is the hairpin line
  |
  fis4.
  \! r8 r4
}

HTH,
Pierre
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to