lilypond-user
[Top][All Lists]
Advanced

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

Re: French baroque: Trills, Grace and Slurs


From: Stan Sanderson
Subject: Re: French baroque: Trills, Grace and Slurs
Date: Wed, 21 Feb 2007 21:23:47 -0600


On Feb 21, 2007, at 6:03 PM, Franz-Rudolf Kuhnen wrote:

Hi,

I have a problem with Trills which are connected by a slur with following
grace notes.
In the first bar ist the trill-sign above the slur, which is correct. I want the same behavior with the "+"-sign in the second bar. It should be also
above the slur.

Can anybody help me?


\version "2.10.19"
\paper {
  line-width = 6\cm
}

\score {
\relative c' <<
\new Staff {
\time 2/4
a'4 \afterGrace b\trill(  { \stemDown a16[ b16]) }
\bar "|"
a4 \afterGrace b-+(  { \stemDown a16[ b16]) }
}

}


Is this what you were looking for?

\version "2.10.19"
\paper {
  line-width = 6\cm
}

\score {
\relative c' <<
\new Staff {
\time 2/4
a'4 \afterGrace b\trill(  { \stemDown a16[ b16]) }
\bar "|"
a4 \afterGrace <b-+>\trill(  { \stemDown a16[ b16]) }
}
  >>
}


Stan






reply via email to

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