Brian kozaczek wrote
> Hi All,
> 
> How do I break ties from a chord (single voice) that overlap a changed
> time signature in the next measure?
> 
> Thanks,
> 
> BrianĀ 
> _______________________________________________
> lilypond-user mailing list

> lilypond-user@

> https://lists.gnu.org/mailman/listinfo/lilypond-user

Brian,

I use something like this for when that happens to me:

\relative {
  \override Tie.layer = #-2
  \override Staff.TimeSignature.layer = #-1
  \override Staff.KeySignature.layer = #-1
  \override Staff.TimeSignature.whiteout = ##t
  \override Staff.KeySignature.whiteout = ##t
  b'2 b~
  \time 3/4
  \key a \major
  b r4
}

Hope this helps!

(I'm using this version -->
http://lilypond.org/doc/v2.19/Documentation/notation/writing-rhythms#ties)





-----
composer | sound designer | asmr artist 
lilypond video tutorials --> http://bit.ly/bcl-lilypond
--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Breaking-Ties-to-Avoid-Time-Signature-Changes-tp205336p205345.html
Sent from the User mailing list archive at Nabble.com.

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to