lilypond-user
[Top][All Lists]
Advanced

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

Re: Orientation of Ornaments


From: Thomas Morley
Subject: Re: Orientation of Ornaments
Date: Sun, 10 Feb 2013 21:09:31 +0100

2013/2/10 Mark Stephen Mrotek <address@hidden>:

> For what term/command in the online manual do I search for instructions as
> to orientating an ornament, e.g., mordent, to the left of a middle pitch of
> a chord,

Don't know about such a command.

Above a workaround tweaking Fingering:

\version "2.16.1"

mor =
#(define-event-function (parser location)()
#{
        \tweak #'text \markup { \fontsize #5 \musicglyph #"scripts.mordent" } -1
#})

\relative c' {
        \once \set fingeringOrientations = #'(left)
        < g c\mor e >
}

HTH,
  Harm



reply via email to

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