lilypond-devel
[Top][All Lists]
Advanced

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

Re: Roman numeral formatting in LilyPond fret diagrams


From: Han-Wen Nienhuys
Subject: Re: Roman numeral formatting in LilyPond fret diagrams
Date: Fri, 1 Aug 2008 00:56:09 -0300

You can use (ice-9 format) , - I think it's renamed to fancy-format,
and you're already using it:

  lilypond/scm/fret-diagrams.scm:            ((equal?   number-type
'roman-lower) (fancy-format #f "~(~:@r~)" base-fret))


On Thu, Jul 31, 2008 at 11:43 PM, Carl D. Sorensen <address@hidden> wrote:
> I seem to remember reading on the list that LilyPond is now using some
> formatting engine other than the ice-9 formatting engine. Is this correct?
>
> I ask, because in fret diagrams, we format top-frets with roman numerals,
> and right now, a fourth fret shows up as "iiii" instead of "iv".
>
> Where should the bug report be sent, or alternatively, where would I find
> the formatting code to fix it myself?
>
> Thanks,
>
> Carl
>
>
>
> _______________________________________________
> lilypond-devel mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/lilypond-devel
>



-- 
Han-Wen Nienhuys - address@hidden - http://www.xs4all.nl/~hanwen




reply via email to

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