bug-lilypond
[Top][All Lists]
Advanced

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

Re: MMRs + system breaks + keepAliveInterfaces


From: Jean Abou Samra
Subject: Re: MMRs + system breaks + keepAliveInterfaces
Date: Fri, 13 Jan 2023 23:59:49 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.6.0



Le 09/01/2023 à 17:29, Saul Tobin a écrit :
Setting keepAliveInterfaces at the beginning or end of a system with an MMR
immediately preceding or following "bleeds over" into the wrong system if
rests were considered "worth living" on either side.

\layout {
   \context {
     \Score
     keepAliveInterfaces = #'(stem-interface
                              note-head-interface
                              rest-interface
                              )
   }
}

% Ex 1

\new Staff \with {
   \override VerticalAxisGroup.remove-empty = ##t
   \override VerticalAxisGroup.remove-first = ##t
} {
   R1
   \set Staff.keepAliveInterfaces = #'()
   \break
   c'1
}

% Ex 2

\new Staff \with {
   \override VerticalAxisGroup.remove-empty = ##t
   \override VerticalAxisGroup.remove-first = ##t
} {
   \set Staff.keepAliveInterfaces = #'()
   c'1
   \unset Staff.keepAliveInterfaces
   \break
   R1
}



Thanks, this is now https://gitlab.com/lilypond/lilypond/-/issues/6518

Attachment: OpenPGP_signature
Description: OpenPGP digital signature


reply via email to

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