lilypond-user
[Top][All Lists]
Advanced

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

Re: Breaking Ties to Avoid Time Signature Changes


From: SoundsFromSound
Subject: Re: Breaking Ties to Avoid Time Signature Changes
Date: Tue, 29 Aug 2017 02:12:40 -0700 (MST)

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.



reply via email to

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