On 24/03/13 09:46, Alberto Simões wrote:
Hello
Still 2.14 here. Need to update.
Nevertheless,
This pair seems to work:
\set Staff.explicitKeySignatureVisibility = #end-of-line-invisible
\override Staff.TimeSignature #'break-visibility =
#end-of-line-invisible
*BUT* I wasn't able to remove the key cancelation. But I think I found a
snippet for that somewhere... will continue looking.
Found this:
\set Staff.printKeyCancellation = ##f
But it seems not to work for the previous-line cancellation, or
whatsoever :)
Thank you
Alberto
On 23/03/13 23:02, David Nalesnik wrote:
On Sat, Mar 23, 2013 at 5:32 PM, Noeck <[email protected]
<mailto:[email protected]>> wrote:
Hi Alberto,
this line should help you (2.16):
\override Staff.TimeSignature #'break-visibility =
##'end-of-line-invisible
or in version 2.17:
\override Staff.TimeSignature.break-visibility =
##'end-of-line-invisible
This is explained here:
http://www.lilypond.org/doc/v2.16/Documentation/notation/visibility-of-objects.de.html#using-break_002dvisibility
HTH
Joram
Yes, this will work with the time signature. However, for some reason,
overriding 'break-visibility of KeySignature doesn't have any effect on
the cautionary key signature. Not sure if I'm misunderstanding
something:
\new Staff {
\override Staff.TimeSignature #'break-visibility =
#end-of-line-invisible
% why doesn't the following line work?
\override Staff.KeySignature #'break-visibility =
#end-of-line-invisible
% this does:
\set Staff.explicitKeySignatureVisibility = #end-of-line-invisible
c1
\break
\time 3/4
\key cis \major
cis2.
}
-David
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user