lilypond-user
[Top][All Lists]
Advanced

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

Re: laissezVibrer


From: Kieren MacMillan
Subject: Re: laissezVibrer
Date: Thu, 30 Oct 2008 07:27:37 -0400

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 }
        >>
}
}

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



reply via email to

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