Proportional strict grace notes

Revision as of 22:38, 26 October 2025 by Jean Abou Samra (talk | contribs) (Import snippet from LSR)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

With strict-note-spacing spacing for grace notes (even multiple ones) is floating as well.

\version "2.24.0"

%% http://lsr.di.unimi.it/LSR/Item?id=229

\relative c'' {
  \override Score.SpacingSpanner.strict-note-spacing = ##t 
  \set Score.proportionalNotationDuration = #(ly:make-moment 1/12)
  c8[ \grace { c16 c } c8 c8 c8] 
  c2 
}