lilypond-user
[Top][All Lists]
Advanced

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

Why do these chords not line up vertically?


From: ivan . k . kuznetsov
Subject: Why do these chords not line up vertically?
Date: Sat, 13 Jul 2013 15:16:17 -0500
User-agent: Heirloom mailx 12.5 7/5/10

In this example, why does the lowest voice not line
up vertically with the first five chords?

What do I need to do to make this voice line up?

Thank you for your help.


\version "2.16.0"
\include "english.ly"

\score {

  \new Staff
  {
    \time 4/4
    \clef "treble"
    <<
    \voiceOne
    {
       \stemUp
       bf'1   ef''1  ef''1  gs''1  af''1  cs'''1
    }
    \voiceTwo
    {
       \stemUp
       g'1    g'1   c''1    c''1   f''1   f''1   
          
    }
    \voiceThree
    {
       b1     e'1   e'1     a'1    a'1    d''1   
    }
    >>
  }
}





reply via email to

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