lilypond-user
[Top][All Lists]
Advanced

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

Re: fisisis impossible?


From: Noeck
Subject: Re: fisisis impossible?
Date: Sat, 10 Mar 2018 22:08:34 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0

Hi Bart,

fisisis is not part of the input language (of any defined input
language). So from this technical point, it can't work.

I wanted to write that there is no symbol for it. But then I found this:
http://dictionary.onmusic.org/terms/3687-triple_sharp

> Etude no. 10 from Douze etudes dans tous les tons mineur, Op. 39 (1857), by 
> Charles-Valentin Alkan.

You can make a fisis look like a fisisis by this override (which can
surely be made more elegant or turned into a tweak):

\version "2.19.80"

isisis = {
  \once \override Accidental.stencil = #ly:text-interface::print
  \once \override Accidental.text = \markup {
    \concat {
      \musicglyph #"accidentals.sharp"
      \musicglyph #"accidentals.doublesharp"
    }
  }
}
\relative {
  \isisis fisis'
}

It's not impossible that these triple-accidentals could be added to both
the input language and the music font. However, I am not convinced that
it should be used :)

Best,
Joram



reply via email to

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