lilypond-user
[Top][All Lists]
Advanced

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

Re: chord names


From: Klaus Blum
Subject: Re: chord names
Date: Mon, 13 Feb 2017 08:38:48 -0700 (MST)

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.



reply via email to

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