Quoting David Kastrup <d...@gnu.org>:
Pavel Roskin <pro...@gnu.org> 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
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond