lilypond-user
[Top][All Lists]
Advanced

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

Re: grace notes/acciaccaturas occur before time signature change if only


From: Paul Scott
Subject: Re: grace notes/acciaccaturas occur before time signature change if only in bass clef
Date: Tue, 15 Aug 2023 11:40:46 -0700
User-agent: Mozilla Thunderbird

Well known bug.

Add \grace s8 to upper in same position as acciaccatura c8

HTH,

Paul


On 8/15/23 11:30 AM, Jin Choi wrote:
In the following snippet, a change of time signature appears after an 
acciaccatura if the time change happened in one staff without a grace note but 
a grace note appears in some other staff. Is there a way to fix this without 
making sure the time change always appears in the staff with the grace?



\version "2.24.1"

upper = \relative c' {
   \key c \major
   c1
   \time 2/2
   c1
}

lower = \relative c {
   \clef bass
   c1
   \acciaccatura c8 c1
}

\score {
   \new PianoStaff {
     <<
     \new Staff = "upper" \upper
     \new Staff = "lower" \lower
     >>
   }
}



reply via email to

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