Carl D. Sorensen wrote:
> 
> 
> 
> 
> On 5/14/09 3:24 PM, "Holger Hellebro" <hol...@gmail.com> wrote:
> 
> I think \graceAfter is what you're looking for.
> 
>> 2. How to put the natural symbol above the trill symbol. I've tried 
>> ^\markup{\tiny \natural} both before and after the \trill, but the trill
>> sign
>> ends up above the natural sign in either case.
> 
> 

i tried  the following code which seems to work (there is plenty of examples
in "NR Grace notes"):

\version "2.12"

{ \clef "G_8"
        \transpose c c' {
                R 1
                \override TextScript #'outside-staff-priority = #600
                \override Script #'outside-staff-priority = #500
                \slurDown  
                \afterGrace c 1
                        (
                        \trill
                        ^\markup {\teeny \translate #'( .55 . 0 ) \musicglyph
#"accidentals.natural" }
                        { c 16[ d] ) }
                c 1
                }
        }
-- 
View this message in context: 
http://www.nabble.com/Need-help-with-this-trill-tp23549304p23550774.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.



_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to