bug-lilypond
[Top][All Lists]
Advanced

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

Re: convert-ly produces invalid output for KeySignature.c0-position


From: David Kastrup
Subject: Re: convert-ly produces invalid output for KeySignature.c0-position
Date: Wed, 19 Jun 2013 09:11:05 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Pavel Roskin <address@hidden> writes:

> Hello!
>
> I'm using the current lilypond from git.  This is what I have before
> the conversion:
>
> \version "2.16.0"
> {
>   \override KeySignature #'c0-position = #6
> }
>
> convert-ly turns it into:
>
> \version "2.17.20"
> {
>   \override KeySignature.c0-position = #6
> }
>
> The original file can be processed by lilypond, but the converted file cannot.

Small wonder.  I thought our default use of symbols matched our naming
rules, but that one's an exception.

We can make an exception for convert-ly here, but that's not a
satisfactorily final solution.

I propose renaming it.  Suggestions?

-- 
David Kastrup




reply via email to

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