lilypond-user
[Top][All Lists]
Advanced

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

Re: spacing before acciaccatura


From: Jean Abou Samra
Subject: Re: spacing before acciaccatura
Date: Wed, 21 Dec 2022 10:43:51 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.6.0

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

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