lilypond-user
[Top][All Lists]
Advanced

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

Re: Chord name size in Lilypond 1.4.2


From: Jonathan Woithe
Subject: Re: Chord name size in Lilypond 1.4.2
Date: Thu, 6 Sep 2001 09:00:09 +0930 (CST)

> The problem is that the chord code inserts explicit size changes into
> the output. I guess the offending function is
> 
>       (define (pitch->text pitch)
>       :
> (see chord-name.scm).

When font-relative-size didn't work I concluded that something like this was
likely to be happening.

> I am no chord-name guru, so I don't know the
> proper solution, but I guess you could get away with
> putting this into the input file:
>       #(define (pitch->text pitch)
>         (text-append
>          (list
>           '(font-relative-size . 1)
> 
>               ;; or whatever.     ^^^

I'll try varying this function and see what it does.  Thanks.

Regards
  jonathan
-- 
* Jonathan Woithe    address@hidden                        *
*                    http://www.physics.adelaide.edu.au/~jwoithe            *
***-----------------------------------------------------------------------***
** "Time is an illusion; lunchtime doubly so"                              **
*  "...you wouldn't recognize a subtle plan if it painted itself purple and *
*   danced naked on a harpsichord singing 'subtle plans are here again'"    *



reply via email to

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