Le 21/12/2022 à 10:33, Owen Le Blanc a écrit :
I found a number of improvements using 2.24.0, but one irritant is
still there: before acciaccatura marks such as caesura and key changes
are spaced differently, and so don't align with those in other staffs.
Here are two simple examples.


This is a variation of the famous problem known as issue #34.

Namely, you should always have the same grace timing in all parallel
music expressions. If one does not have graces while another has,
you have to insert grace skips like this:

\version "2.24.0"

\score {
  \new PianoStaff <<
    \new Staff = "upper" \relative c' {
        r4 \caesura \acciaccatura { d16 e } d4
        }
    \new Staff = "lower" {
        r4 \caesura \grace { s8 } r
    }
  >>
}
\score {
 \new PianoStaff <<
    \new Staff = "upper" \relative c' {
        \key a \major r4 \key d \major \acciaccatura { d16 e } d4
    }
    \new Staff = "lower" {
        \key a \major r4 \key d \major \grace { s8 } r4
    }
  >>
}


Best,
Jean

Attachment: OpenPGP_signature
Description: OpenPGP digital signature

Reply via email to