lilypond-user
[Top][All Lists]
Advanced

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

Re: Odp: hotrizontal spacing question


From: Karol Majewski
Subject: Re: Odp: hotrizontal spacing question
Date: Sat, 21 Dec 2013 17:40:59 +0100

If you mean this:

{
  \override SpacingSpanner #'uniform-stretching = ##t
  \set Score.proportionalNotationDuration = #(ly:make-moment 1/200)
  \clef bass \times 4/6 { c16 e16 a,16 b,16 g,16 e16 }
  \times 4/6 { c16 e16 g,16 b,16 g,16 e16 }
  \times 4/6 { c16 e16 g,16 b,16 g,16 e16 }
  \times 4/6 { c16 e16 g,16 b,16 g,16 e16 }
  \times 4/6 { c16 e16 g,16 b,16 g,16 e16 }
  \times 4/6 { c16 e16 g,16 b,16 g,16 e16 }
  \times 4/6 { c16 e16 g,16 b,16 g,16 e16 }
}

...then it does not work. Spacing between stems is still uneven (look at the 
second and third note inside beamed group).

Seems that \override NoteHead.extra-spacing-height = #'(-inf.0 . +inf.0) is the 
right solution.






reply via email to

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