lilypond-user
[Top][All Lists]
Advanced

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

Re: Fwd: Decrescendo


From: Wilbert Berendsen
Subject: Re: Fwd: Decrescendo
Date: Mon, 10 Aug 2009 00:13:11 +0200
User-agent: KMail/1.12.0 (Linux/2.6.31-5-generic; KDE/4.3.0; i686; ; )

Hi, you can attach the hairpin to the bass part, and use a ^ to have it above 
the staff. Using spacer rests (not with \\ ) you can define places for the 
hairpin to start or end (as in this example:).

\version "2.13.1"
upper = \relative c''' {
  <c e, c>4. d,,16( dis16)
}

lower = \relative c' {
  \clef bass
  c,8 <c' g e>8 <c g e>8^\> << <b g>8 { s16 s\! } >>
}

\new PianoStaff <<
  \new Staff \upper
  \new Staff \lower
>>

best regards,
Wilbert Berendsen

-- 
Frescobaldi, LilyPond editor for KDE: http://www.frescobaldi.org/




reply via email to

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