lilypond-user
[Top][All Lists]
Advanced

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

Re: Acciaccatura distoring spacing


From: Stefano Troncaro
Subject: Re: Acciaccatura distoring spacing
Date: Mon, 20 May 2019 12:45:36 -0300

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 of the Notation Reference, and then also look at the SpacingSpanner properties and interfaces in the Internals Reference.

Hope that helps!
Stéfano

reply via email to

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