bug-lilypond
[Top][All Lists]
Advanced

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

Re: Simultaneous notes are not properly aligned horizontally


From: Pierre Perol-Schneider
Subject: Re: Simultaneous notes are not properly aligned horizontally
Date: Sat, 31 Aug 2013 17:01:30 +0200

2013/8/31 Kai Ruhnau <address@hidden>

>
> I want both unisons to be placed at an equal distance to the rest. The
> reason for me starting to ramble about the stems came from some tests I did
> before to figure out what's going on.
>
>
Now I see.
Well it seems that you're mixing polyphony and chords.
Try this :

\score {

  <<

    \time 5/4

    \new Staff << { \voiceOne b'4\rest c''1 } \\ { \voiceTwo s4 c''1 } >>

    \new Staff << { \voiceOne b'4\rest a1 } \\ { \voiceTwo s4 a1 } >>

  >>

}


Cheers,

Pierre


reply via email to

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