]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 14 Sep 2003 11:08:59 +0000 (11:08 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 14 Sep 2003 11:08:59 +0000 (11:08 +0000)
ChangeLog
scm/new-markup.scm

index 30c709837997d831e629fe44dc03f6b4e9f851c8..d0090e04e1bf5bf17f3202fce17d2c193317beae 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,8 @@
 
 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
 
+       * scm/new-markup.scm (musicglyph-markup): undefine font-name.
+
        * Documentation/user/*.itely: manual tweaks
 
 2003-09-13  Juergen Reuter  <reuter@ipd.uka.de>
index ae33e0ebcfed4bba47f9c94b7a0459200cc4f640..8781a7304d89d14bc29eac71062f2bbe84b85720 100644 (file)
@@ -189,7 +189,7 @@ A=1 is right, values in between vary alignment accordingly."
 
 (define-public (musicglyph-markup grob props . rest)
   (ly:find-glyph-by-name
-   (ly:get-font grob (cons '((font-family . music)) props))
+   (ly:get-font grob (cons '((font-name . ()) (font-family . music)) props))
    (car rest))
   )