lilypond-user
[Top][All Lists]
Advanced

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

Re: Starting Piano music with acciaccatura on upper voice


From: Andrew Bernard
Subject: Re: Starting Piano music with acciaccatura on upper voice
Date: Sat, 11 Feb 2023 22:41:55 +1100

Known issue. Grace note synchronisation.

Add a spacer in the other staff.


Andrew




upper = \relative c'' {
  \clef treble
  \key g \major
  \time 4/4

  \acciaccatura ais8 b8.
}

lower = \relative c {
  \clef bass
  \key g \major
  \time 4/4
  \acciaccatura s8 fis8
}

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





reply via email to

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