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
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user