bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Cross-system tied accidentals not hidden


From: to7m
Subject: Re: Cross-system tied accidentals not hidden
Date: Wed, 29 Jul 2015 18:33:45 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

>> % The 2nd system's accidental is correctly hidden, but the 4th system's is
>> % incorrectly present. The 6th system uses the workaround of placing the
>> % hide-tied-accidental-after-break bit in the voice. The direction of the
>> % ties is different too.
>>
>>
>> \version "2.18.2"
>>
>> { \override Accidental #'hide-tied-accidental-after-break = ##t
>>   { \break ges1~
>>     \break ges
>>     \break << { ges1~
>>     \break ges } \\ >>
>>     \break << { \override Accidental #'hide-tied-accidental-after-break =
>> ##t ges1~
>>     \break ges } \\ >>
>>   }
>> }

> That's behaving as expected.  The properties in the default Voice are
> independent from the properties in Voice = "1" and Voice = "2".

My bad. Here's one that seems to work score-wide, in case anyone gets stuck
on it.

\version "2.18.2"

\score {
  { \break ges1~
    \break ges
    \break << { ges1~
    \break ges } \\ >> }
  \layout { \override Score.Accidental.hide-tied-accidental-after-break = ##t }
}




reply via email to

[Prev in Thread] Current Thread [Next in Thread]