lilypond-user
[Top][All Lists]
Advanced

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

Musica ficta done


From: Reuben Thomas
Subject: Musica ficta done
Date: Tue, 24 Feb 2004 01:22:37 +0100 (CET)

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




reply via email to

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