lilypond-user
[Top][All Lists]
Advanced

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

Re: shorten hairpin


From: Pierre Perol-Schneider
Subject: Re: shorten hairpin
Date: Sat, 8 Nov 2014 21:07:43 +0100

Hi Helge,

2014-11-08 20:33 GMT+01:00 Helge Kruse <address@hidden>:
 
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
 

reply via email to

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