David Kastrup writes:
> Peter O'Doherty writes:
>
>> Hi list,
>>
>>
>> When using these two lines together
>>
>> #(set-accidental-style 'dodecaphonic)
>> \override Accidental #'hide-tied-accidental-after-break = ##t
>&g
accidentalStyle "dodecaphonic"
\override Accidental #'hide-tied-accidental-after-break = ##t
cis~ cis cis~ cis~ \break cis~ cis cis~ cis
}
works just like I would expect.
Thanks for your help.
The accidental override doesn't work when the tied notes are contained
with
I find that
>> {
>> \accidentalStyle "dodecaphonic"
>>\override Accidental #'hide-tied-accidental-after-break = ##t
>>cis~ cis cis~ cis~ \break cis~ cis cis~ cis
>> }
>>
>> works just like I would expect.
>>
>
> Thanks for your hel
On 07/05/2012 09:06 AM, David Kastrup wrote:
Peter O'Doherty writes:
Hi list,
When using these two lines together
#(set-accidental-style 'dodecaphonic)
\override Accidental #'hide-tied-accidental-after-break = ##t
\override Accidental... cancels out the dodecaphonic comman
Peter O'Doherty writes:
> Hi list,
>
>
> When using these two lines together
>
> #(set-accidental-style 'dodecaphonic)
> \override Accidental #'hide-tied-accidental-after-break = ##t
>
>
> \override Accidental... cancels out the dodecaphonic command
Hi list,
When using these two lines together
#(set-accidental-style 'dodecaphonic)
\override Accidental #'hide-tied-accidental-after-break = ##t
\override Accidental... cancels out the dodecaphonic command everywhere
in the score. Is there another way to avoid repeated accident