Hi Joram, 

Klaus Blum wrote
> In chord-name.scm, there is a function ...

forget about my last post. 

It's about changing 

---------------------------------------------
(define (accidental->markup alteration)
  "Return accidental markup for ALTERATION."
  (if (= alteration 0)
      (make-line-markup (list empty-markup))
      (conditional-kern-before
       (alteration->text-accidental-markup alteration)
       (= alteration FLAT) 0.094725)))
---------------------------------------------

to

---------------------------------------------
(define (accidental->markup alteration)
  "Return accidental markup for ALTERATION."
  (make-smaller-markup
  (if (= alteration 0)
      (make-line-markup (list empty-markup))
      (conditional-kern-before
       (alteration->text-accidental-markup alteration)
       (= alteration FLAT) 0.094725))))
---------------------------------------------

Cheers again, 
Klaus



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/chord-names-tp199985p200070.html
Sent from the User mailing list archive at Nabble.com.

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to