lilypond-user
[Top][All Lists]
Advanced

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

Re: What is the meaning of a mordent on top of a sharp sign?


From: William Rehwinkel
Subject: Re: What is the meaning of a mordent on top of a sharp sign?
Date: Tue, 28 Jun 2022 04:29:26 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:91.0) Gecko/20100101 Thunderbird/91.10.0

No problem Ken. Sorry about that, I made the following example: (note that this would not play in midi playback)

\version "2.22.2"

shMordentUp = \markup { \center-column {\musicglyph "scripts.mordent" \musicglyph "accidentals.sharp" }} shMordentDo = \markup { \center-column {\musicglyph "accidentals.sharp" \musicglyph "scripts.mordent" }}

\score {
    \relative c'' {
        c4^\shMordentUp
        c4_\shMordentDo
    }
}

Also note this example from https://lilypond.org/doc/v2.22/Documentation/notation/expressive-marks-attached-to-notes

\relative c''' {
  \once \override TextScript.script-priority = #-100
  a2^\prall^\markup { \sharp }

  \once \override Script.script-priority = #-100
  a2^\prall^\markup { \sharp }
}

Thank you,

-William

On 6/28/22 00:23, Kenneth Wolcott wrote:
Hi William;

   Thank you, now I have a meaning.

   What remains (that I did not specify) is how to engrave this?

Thanks,
Ken

On Mon, Jun 27, 2022 at 8:51 PM William Rehwinkel
<william@williamrehwinkel.net> wrote:
That symbol means that the lower note is sharped. So it would be g-f#-g
instead of g-fnatural-g. See
https://music.stackexchange.com/questions/86043/would-an-accidental-in-a-mordant-still-be-effective-for-the-whole-measure


On 6/27/22 23:13, Kenneth Wolcott wrote:
Hi;

    I'm trying to engrave a Piano arrangement of JS Bach, Six Little
Preludes, Nr 1, where the left hand notes have a strange thing I've
never seen before, a mordent on top of a sharp sign.

    I've never seen these symbols together in this manner.

    I have a screenshot attached.

Thanks,
Ken Wolcott
--
William Rehwinkel

william@williamrehwinkel.net
https://williamrehwinkel.net


--
William Rehwinkel

william@williamrehwinkel.net
https://williamrehwinkel.net




reply via email to

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