lilypond-user
[Top][All Lists]
Advanced

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

Re: Why do these chords not line up vertically?


From: Thomas Morley
Subject: Re: Why do these chords not line up vertically?
Date: Sun, 14 Jul 2013 13:57:16 +0200

2013/7/13 Phil Holmes <address@hidden>:
> ----- Original Message ----- From: <address@hidden>
> To: <address@hidden>
> Sent: Saturday, July 13, 2013 9:16 PM
> Subject: Why do these chords not line up vertically?
>
>
>
>>
>> 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.
>
>
> Because you've set them as separate voices, not chords. Please see
> http://www.lilypond.org/doc/v2.16/Documentation/notation/single-voice

Or try:

\version "2.16.2"

\include "english.ly"


\score {

  \new Staff
  {
    \time 4/4
    \clef "treble"

    <<
    {
    \voiceOne
      bf'1   ef''1  ef''1  gs''1  af''1  cs'''1
    }

    {
    \voiceTwo
      g'1    g'1   c''1    c''1   f''1   f''1
    }

    {
    \voiceThree
      b1     e'1   e'1     a'1    a'1    d''1
    }
    >>
  }
}

HTH,
  Harm



reply via email to

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