lilypond-devel
[Top][All Lists]
Advanced

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

Duration lines and dots


From: Jean Abou Samra
Subject: Duration lines and dots
Date: Mon, 10 Oct 2022 00:27:24 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.3.1

Harm,

On the lilypond-user-fr list, there is a user wondering about this:

\version "2.23.14"

\new Voice \with {
  \consists Duration_line_engraver
  % \override DurationLine.bound-details.left.start-at-dot = ##t
}
{ d'4.\- 8 }


As you can see, the duration line crosses the dot. It does
not if the override is outcommented. That override is explicitly
catered for in the duration line code though, making me think
that you didn't enable it by default on purpose. What is
your opinion about this? What should the default be? Moving
the dot up to avoid the duration line?

Jean




reply via email to

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