Re: #'hide-tied-accidental-after-break

2012-07-05 Thread David Kastrup
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

Re: #'hide-tied-accidental-after-break

2012-07-05 Thread Peter O'Doherty
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

Re: #'hide-tied-accidental-after-break

2012-07-05 Thread David Kastrup
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

Re: #'hide-tied-accidental-after-break

2012-07-05 Thread Peter O'Doherty
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

Re: #'hide-tied-accidental-after-break

2012-07-05 Thread David Kastrup
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

#'hide-tied-accidental-after-break

2012-07-04 Thread Peter O'Doherty
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