lilypond-user
[Top][All Lists]
Advanced

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

Re: Tongue Ram


From: David Nalesnik
Subject: Re: Tongue Ram
Date: Thu, 16 Feb 2012 12:18:35 -0600

Hi Tiresia,

On Thu, Feb 16, 2012 at 11:38 AM, Tiresia GIUNO <address@hidden> wrote:
I replaced the note head with the glyphs 'noteheads.u2do' and/or
'noteheads.d2do' but I always get a triangle with an angle pointing
upwards - let's say as in '^'

Sure, I'm misunderstanding but I thought that '.u2do' and 'd2do' stays
for 'Up' and 'Down'

I can't say what the difference is between the glyphs, but they do have the same orientation in the Feta notation charts.  You could get the downward-pointing triangle by rotating the shape-note glyph you're using:

 dSlap = {
       \once \override NoteHead #'stencil = #(lambda (grob)
               (ly:stencil-rotate
                 (grob-interpret-markup grob
                   (markup #:musicglyph "noteheads.d2do"))
180 0 0))
       \once \override Stem #'extra-offset = #'(0.6 . 0.0)
}

HTH,
David

reply via email to

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