On Dec 2, 2012, at 6:49 PM, Thomas Morley wrote:
> You can distinguish KeySignature and KeyCancellation by 'name:
>
> \version "2.16.1"
>
> #(define Custom_key_engraver
> (make-engraver
>(acknowledgers
> ((key-signature-interface engraver grob source-engraver)
>(let ((grob-nam
2012/12/2 David Kastrup :
> Thomas Morley writes:
>
>> 2012/12/2 David Kastrup :
>>> Thomas Morley writes:
>>>
How about adding
\override Staff.KeyCancellation #'break-visibility = #'#(#f #f #f)
to your score?
Seems to work.
>>>
>>> I'd write ##(#f #f #f) instead. Vectors wri
2012/12/2 Paul Morris :
>
> On Dec 2, 2012, at 3:01 PM, Keith OHara wrote:
>
>> Paul Morris paulwmorris.com> writes:
>>
>>> For greater flexibility, would it make sense for PrintKeyCancellation to
>>> have 3 options instead of 2?
>>> 1. show key cancellations
>>> 2. hide key cancellations, exce
On Dec 2, 2012, at 3:01 PM, Keith OHara wrote:
> Paul Morris paulwmorris.com> writes:
>
>> For greater flexibility, would it make sense for PrintKeyCancellation to
>> have 3 options instead of 2?
>> 1. show key cancellations
>> 2. hide key cancellations, except C major / A minor
>> 3. hide
Paul Morris paulwmorris.com> writes:
> For greater flexibility, would it make sense for PrintKeyCancellation to
> have 3 options instead of 2?
> 1. show key cancellations
> 2. hide key cancellations, except C major / A minor
> 3. hide all key cancellations
>
Maybe it would have, but we ha
On Dec 2, 2012, at 1:16 PM, Thomas Morley wrote:
> 2012/12/2 Paul Morris :
>> Hi everyone, I am using
>> \set Staff.printKeyCancellation = ##f
>> to not show the key cancellation when you change keys[1]. But I found that
>> this does not hide the key cancellation when you change back to C maj
Thomas Morley writes:
> As far as I can tell, every example in the docs uses #'#( ... ) if a
> vector is given.
input/regression/cue-clef-after-barline.ly:##(( ;; end-of-line:
input/regression/footnote-break-visibility.ly:\once \override
Score.FootnoteItem.break-visibility = ##(#f #f #t
Thomas Morley writes:
> 2012/12/2 David Kastrup :
>> Thomas Morley writes:
>>
>>> How about adding
>>> \override Staff.KeyCancellation #'break-visibility = #'#(#f #f #f)
>>> to your score?
>>> Seems to work.
>>
>> I'd write ##(#f #f #f) instead. Vectors written as #(...) are already
>> constant
2012/12/2 David Kastrup :
> Thomas Morley writes:
>
>> How about adding
>> \override Staff.KeyCancellation #'break-visibility = #'#(#f #f #f)
>> to your score?
>> Seems to work.
>
> I'd write ##(#f #f #f) instead. Vectors written as #(...) are already
> constants (including quoting the contents).
Thomas Morley writes:
> How about adding
> \override Staff.KeyCancellation #'break-visibility = #'#(#f #f #f)
> to your score?
> Seems to work.
I'd write ##(#f #f #f) instead. Vectors written as #(...) are already
constants (including quoting the contents).
--
David Kastrup
2012/12/2 Paul Morris :
> Hi everyone, I am using
> \set Staff.printKeyCancellation = ##f
> to not show the key cancellation when you change keys[1]. But I found that
> this does not hide the key cancellation when you change back to C major or A
> minor[2] (presumably since that would leave n
Hi everyone, I am using
\set Staff.printKeyCancellation = ##f
to not show the key cancellation when you change keys[1]. But I found that
this does not hide the key cancellation when you change back to C major or A
minor[2] (presumably since that would leave no indication of a key change at
12 matches
Mail list logo