lilypond-devel
[Top][All Lists]
Advanced

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

custom dynamic mark loses "e"


From: Graham Percival
Subject: custom dynamic mark loses "e"
Date: Mon, 30 May 2005 19:20:34 -0700

In 2.4, I had a custom command for "f espr" (thanks Mats!).  In recent
2.5, the "e" is lost from "espr".  Is this due to scheme changing (ie it
tries to look for dynamic fonts for the "e" and can't find any, so it doesn't
print anything), or some other issue, or...?

Cheers,
- Graham

\version "2.4.0"
#(def-markup-command (text paper props arg) (markup?)
  "Use ordinary text font."
  (interpret-markup
   paper (prepend-alist-chain 'font-encoding 'ec props) arg))

fespr = #(make-dynamic-script (markup #:dynamic "f" #:text #:italic "espr" ) )

{
c4\fespr
}





reply via email to

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