lilypond-user
[Top][All Lists]
Advanced

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

Issues about optical spacing


From: Tomohiro Tatejima
Subject: Issues about optical spacing
Date: Mon, 15 Jan 2018 10:28:42 +0900

Hello all,

I encountered some issues related to optical spacing. One is like this:

\version "2.19.80"
{
  \override Staff.NoteSpacing.same-direction-correction = #2.5  % to
emphasize effects of optical correction
  c'2 a | c' b | c' c' | c' d' | c' e'
}

The output file is attached as example1.png.
There is a spacing increment between notes when the interval is 3 or
more, as you see in measure 5. Is this an intentional behavior?


One more issue about optical spacing is that this correction is
totally disabled when the rhythm interferes with others.

\version "2.19.80"
<< { c'8. 16 8. 16 }
   \new Staff
   {
     \override Staff.NoteSpacing.same-direction-correction = #2.5  %
to emphasize effects of optical correction
     r8 \tuplet 3/2 { a16 c' e' } r8 \tuplet 3/2 { e'16 c' a }
   }
>>

The output is example2.png.
Desired output is that notes in each tuplet are equally spaced.
Is it technically possible to implement this?


Sincerely,
Tomohiro Tatejima

Attachment: example1.png
Description: PNG image

Attachment: example2.png
Description: PNG image


reply via email to

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