lilypond-user
[Top][All Lists]
Advanced

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

Note spacing with a polyphonic grace notes


From: Pierre Perol-Schneider
Subject: Note spacing with a polyphonic grace notes
Date: Sat, 17 Aug 2019 11:14:35 +0200

Hi List,
Please consider those two snippets -- with a possible workaround in order to reach the wanted spacing:

\version "2.19.83"
\fixed c' {
  \voiceOne s4.
  \grace {
    <<
      { g,32
        -\shape #'((0 . 0)(0 . 0)(2 . 0)(2.5 . 2))
        _( g b \once\textLengthOn  f')
        % -\markup "  " % <= workaround?
      } \\
      { g,8 }
    >>
  } a'16. 32
}
\fixed c' {
  \voiceOne s4.
  \once\slurDown
  \appoggiatura { g,32 g b f' } a'16. 32
}

Is there another workaround?
Is it a known bug (I could not find it)?
Cheers,
Pierre


reply via email to

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