bug-lilypond
[Top][All Lists]
Advanced

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

articulations above ledger lines


From: Gilberto Agostinho
Subject: articulations above ledger lines
Date: Tue, 6 Feb 2018 15:47:45 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0

Hi all,

According to Elaine Gould's /Behind Bars/, articulations should not obscure ledger lines. I believe this is quite justifiable as though we want them as close as possible to the note heads for quick recognition, they make pitch identification much more difficult when many ledger lines are in use. At the moment, in order to avoid this the user is required to manually correct the output, see code below:


\version "2.19.81"

\markup{"articulations shouldn't obscure the ledger lines"}

{
  \override Beam.auto-knee-gap = #14
   c''''8 e-^ e-. e-!
}

\markup{"a better solution be"}

{
  \override Beam.auto-knee-gap = #14
   c''''8
   \override Script.Y-offset = #-2.5
   e-^ e-. e-!
}

Producing: https://s17.postimg.org/uduuvy2ov/lily.png

If anyone would like to take a look at the mentioned passage of Gould's book, I will be happy to send a photograph of that page.

Best wishes,
Gilberto


reply via email to

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