Hi Adam,

I have to make a long glissando, and I would like to show the ending note of the glissando with a small, stemless notehead without duration in parentheses (like the one produced by pitchedTrill).
Any ideas?

I've included one possibility, below; there are likely others (and better), but this works.

Hope this helps!
Kieren.
______________________

\version "2.11.27"

endGliss =
{
        \once \override NoteHead #'font-size = #-3
        \once \override Stem #'transparent = ##t
        \once \override TextScript #'extra-offset = #'(-0.9 . -2.95)
}

theMusic =
{
        c\glissando \endGliss c''^"(  )"
}

\score { \theMusic }


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

Reply via email to