Hi Friedrich,

Why is the distance between the first two 1/16 notes
right in the first bar and too wide in the second?

I don't know, but if you override the l.v. tie so that it takes up no horizontal space, the rest of the notes will flow evenly — see attached fix. [p.s. You should also consider using \voiceOne and \voiceTwo instead of \stemNeutral and \stemDown…]

HTH!
Kieren.

%%%%%%%%%%%%%

\version "2.11.62"

\layout
{
        indent = 0
        ragged-right = ##f
        \context
        {
                \Score
                \override LaissezVibrerTie #'X-extent = #'(0 . 0)
        }
}

        \new Staff {    
        \time 4/4       
        \key e \minor
        \clef "treble_8" {
      <<
{ \stemNeutral fis,16 fis c a fis dis' a fis' dis' fis' a dis' fis a c fis }
        \\
                { \stemDown fis,2.\laissezVibrer s4 }
        >>
      <<
{ \stemNeutral b,16 a fis dis' a fis' dis' b' fis' b' dis' fis' a dis' fis a }
        \\
                { \stemDown b,2.\laissezVibrer s4 }
        >>
}
}

%%%%%%%%%%%%%

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
  • laissezVibrer Friedrich Fischer
    • Re: laissezVibrer Kieren MacMillan

Reply via email to