lilypond-user
[Top][All Lists]
Advanced

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

Re: Using SMuFl accidentals on notes in chords


From: Aaron Hill
Subject: Re: Using SMuFl accidentals on notes in chords
Date: Sat, 11 Jul 2020 08:17:22 -0700
User-agent: Roundcube Webmail/1.4.2

On 2020-07-11 1:00 am, Andrew Bernard wrote:
Possibly answering my own question, this works:

  <
  \tweak Accidental.stencil #ly:text-interface::print
  \tweak Accidental.text
  \markup {
    \smuflglyph "accidentalHalfSharpArrowUp"
  }
  fis'
    \tweak Accidental.stencil #ly:text-interface::print
  \tweak Accidental.text
  \markup {
    \smuflglyph "accidentalQuarterToneSharpNaturalArrowUp"
  }
  cis''>8

Am I on the rght track, or am I overlooking something that may be
built into lilypond?

When you have a simple music function of one argument, consider using \etc:

%%%%
foo =
  \tweak Accidental.stencil #ly:text-interface::print
  \tweak Accidental.text
    \markup \smuflglyph "accidentalHalfSharpArrowUp"
  \etc

{ <\foo fis' \foo cis''>8 }
%%%%


-- Aaron Hill



reply via email to

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