I can write text. 

\markup{
    \combine
    \musicglyph #"accidentals.sharp"
    \hspace #0.1
    \super
    \musicglyph #"eight"
}

Result: #⁸

I will write a fuction like this but I can't. Can you help me, what is
wrong?

sharptwo= #(list(make-musicglyph-markup "sharp") (make-musicglyph-markup
"eight"))
myGlyphs = #`(8/9 . \sharptwo)

\layout {
  \context {
    \Score
    \override KeySignature.glyph-name-alist = \myGlyphs
    \override Accidental.glyph-name-alist = \myGlyphs
    \override AccidentalCautionary.glyph-name-alist = \myGlyphs
    \override TrillPitchAccidental.glyph-name-alist = \myGlyphs
    \override AmbitusAccidental.glyph-name-alist = \myGlyphs
  }
}



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Accidentals-sharp-with-number-tp203180p203344.html
Sent from the User mailing list archive at Nabble.com.

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to