lilypond-user
[Top][All Lists]
Advanced

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

Re: Sharp and flat trills


From: Panteck
Subject: Re: Sharp and flat trills
Date: Tue, 22 Aug 2006 12:01:58 -0700

Here's what I did to get trb:

% Create new trill line string
trillFlat = \markup { \musicglyph #"scripts.trill" \super \flat }

v1 = new \Voice
{
   \once \override TrillSpanner #'padding = #1.5
   \once \override TrillSpanner #'edge-text = #(cons trillFlat "" )
   a'1 ( \startTrillSpan |
   a'2 ) \stopTrillSpan  a'2 |
}

--Steven

----- Original Message ----- From: "Christopher Culver" <address@hidden>
To: <address@hidden>
Sent: Tuesday, August 22, 2006 11:49 AM
Subject: Sharp and flat trills


Can Lilypond typeset the marks for flat (e.g. "trb~~~~~~~~") and sharp
("tr#~~~~~~") trills?

I've searched the 2.8.0 manual for this, but found nothing, so perhaps
someone can tell me if the feature is now available in developmental
versions or if there's interest in sponsoring the feature.


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





reply via email to

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