bug-lilypond
[Top][All Lists]
Advanced

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

Convert-ly doesn't convert some ancient-font stuff


From: Laura Conrad
Subject: Convert-ly doesn't convert some ancient-font stuff
Date: Mon, 12 Feb 2007 11:46:13 -0500
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.50 (gnu/linux)

This is two bugs, but the file is pretty simple.  If you really want
two different files, I'll split it.

Bug 1:

Somewhere between 2.0 and 2.8, the clef names got hyphenated instead
of having underscores.  Convert-ly doesn't know about this, so a
statement:
        \clef "petrucci_c1"

should be converted to:

       \clef "petrucci-c1" 

and it isn't.

Bug 2:

Similarly, the style directive for single digit time signatures was
changed from:

        \override Staff.TimeSignature   #'style = #'1style

to:

        \override Staff.TimeSignature   #'style = #'single-digit

and convert-ly doesn't do this, either.

Attachment: convert-ly-ancient.ly
Description: Binary data

        
-- 
Laura (mailto:address@hidden , http://www.laymusic.org/ )
(617) 661-8097  fax: (501) 641-5011
233 Broadway, Cambridge, MA 02139

reply via email to

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