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

2013-06-20 Thread Pavel Roskin
On Thu, 20 Jun 2013 00:36:22 +0200 David Kastrup wrote: > A story is not an example. I misunderstood you. I finally realized that you meant using Staff.middleCClefPosition. Yes, it allows me to do what I did with KeySignature.c0-position without any tricks in Scheme. I checked it extensively w

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

2013-06-19 Thread David Kastrup
Pavel Roskin writes: > On Wed, 19 Jun 2013 18:00:09 +0200 > David Kastrup wrote: > >> Pavel Roskin writes: >> >> > Quoting David Kastrup : >> > >> >> Pavel Roskin writes: >> >> >> >>> I just hope you won't take away the ability to adjust the key >> >>> signature without placing the accidental

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

2013-06-19 Thread Pavel Roskin
On Wed, 19 Jun 2013 18:00:09 +0200 David Kastrup wrote: > Pavel Roskin writes: > > > Quoting David Kastrup : > > > >> Pavel Roskin writes: > >> > >>> I just hope you won't take away the ability to adjust the key > >>> signature without placing the accidentals manually. > >> > >> It would appea

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

2013-06-19 Thread David Kastrup
Pavel Roskin writes: > Quoting David Kastrup : > >> Pavel Roskin writes: >> >>> I just hope you won't take away the ability to adjust the key >>> signature without placing the accidentals manually. >> >> It would appear that you can adjust the key signature just fine by using >> the _intended_ c

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

2013-06-19 Thread Pavel Roskin
Quoting David Kastrup : Pavel Roskin writes: I just hope you won't take away the ability to adjust the key signature without placing the accidentals manually. It would appear that you can adjust the key signature just fine by using the _intended_ context variables for that. If you mean so

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

2013-06-19 Thread David Kastrup
Pavel Roskin writes: > Quoting David Kastrup : > >> Pavel Roskin writes: >> >>> By the way, setting KeySignature.c0-position with \override doesn't >>> work. I had to resort to setting it in Scheme: >> >> Given the analysis in a longer mail, I revert my opinion that we need to >> do something

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

2013-06-19 Thread Pavel Roskin
Quoting David Kastrup : Pavel Roskin writes: By the way, setting KeySignature.c0-position with \override doesn't work. I had to resort to setting it in Scheme: Given the analysis in a longer mail, I revert my opinion that we need to do something here. c0-position for the relevant grobs _c

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

2013-06-19 Thread David Kastrup
Pavel Roskin writes: > Quoting David Kastrup : > >> 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. Su

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

2013-06-19 Thread David Kastrup
Pavel Roskin writes: > Quoting David Kastrup : > >> 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. Su

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

2013-06-19 Thread Pavel Roskin
Quoting David Kastrup : 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? I'm fine with renaming. We ha

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

2013-06-19 Thread David Kastrup
Pavel Roskin 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

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

2013-06-18 Thread Pavel Roskin
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 lil