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: Pavel Roskin
Subject: Re: convert-ly produces invalid output for KeySignature.c0-position
Date: Wed, 19 Jun 2013 11:45:41 -0400
User-agent: Internet Messaging Program (IMP) H3 (4.1.4)

Quoting David Kastrup <address@hidden>:

Pavel Roskin <address@hidden> 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 something other than the example below, please explain.

It turns out the LSR snippet 792 would show the initial key signature
incorrectly.  http://lsr.dsi.unimi.it/LSR/Item?id=792

That snippet does not touch _any_ of the clef-related positioning
variables.  At any rate, I'd do it akin to

\relative c {
  \grace { \clef "treble" s4 }
  \clef bass
  c4 d e f
  g a b c
  % This should be visible
  \clef treble
  d e f g
}

I don't like \grace because it affects other staves. I wish we had a zero-length note that would be more substantial than s1*0 but less intrusive than \grace { s4 }.

Anyway, considering what I had to do (hijacking stencil setting to sneak in ly:grob-set-property), grace starts looking more graceful in comparison :)

and file a bug because of the unconvincing result:

I will.

--
Regards,
Pavel Roskin



reply via email to

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