By googling I eventually found some more code examples that enabled me to
complete the code for LilyPond 2.1.26:

% Musica ficta
#(def-markup-command (fictasharp paper props) ()
  (interpret-markup paper props (markup #:musicglyph "accidentals-2")))
#(def-markup-command (fictaflat paper props) ()
  (interpret-markup paper props (markup #:musicglyph "accidentals--1")))
#(def-markup-command (fictanatural paper props) ()
  (interpret-markup paper props (markup #:musicglyph "accidentals-0")))

This is just the basic version; you might want to make the accidentals
smaller, &c.

-- 
http://www.mupsych.org/~rrt/ | wisdom, n.  knowing when to be foolish


_______________________________________________
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user

Reply via email to