Hi David,

Ttake a look a this snippet:

\version "2.19.82"

\paper { line-width = 65\mm }

<<
  {
    \new Staff \time 2/4
    \newSpacingSection
    \override Score.SpacingSpanner.strict-grace-spacing = ##t
    \tuplet 7/4 { g'16 a' b' c'' d'' e'' f'' } g''8 r
  }
  {
    \new Staff
    \tuplet 3/2 4 { g''8 \acciaccatura a'' g'' g'' } g'' r
  }
>>

Does this fix it for you? If it does, I encourage you to read the chapter
on horizontal spacing
<http://lilypond.org/doc/v2.19/Documentation/notation/horizontal-spacing-overview>
of the Notation Reference, and then also look at the SpacingSpanner
properties
<http://lilypond.org/doc/v2.19/Documentation/internals/spacingspanner> and
interfaces
<http://lilypond.org/doc/v2.19/Documentation/internals/spacing_002dspanner_002dinterface>
in the Internals Reference.

Hope that helps!
Stéfano
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to