lilypond-user
[Top][All Lists]
Advanced

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

Re: vertical alignment


From: Phil Holmes
Subject: Re: vertical alignment
Date: Tue, 5 May 2015 16:35:54 +0100

It's because you/he has put the lower note in the upper voice, so LilyPond shifts it to show this.

Firstly, though, you can simplify it immensely by getting rid of most of the { }

So: try this:


<< { c2. c4~ c1 bes1 a1 } \\ {g2. aes4~ aes1 ges1 des1 } >>




--
Phil Holmes


----- Original Message ----- From: Ole Schmidt
To: address@hidden List
Sent: Tuesday, May 05, 2015 4:08 PM
Subject: vertical alignment


Hi,


A friend showed me his first leadsheed to proofread and we both stumbled over the strange alignment in bar three of the attached file.
Is this a bug or a feature?


thanks for help


ole


%%%%%%%%%%%%code%%%%%%%%%%%
\version "2.18.2"

\new Staff
\relative c''
{
  \key des\major\time 2/2



   <<{c2.} \\ {g2.} >> <<{c4~} \\ {aes4~} >>
   <<{c1} \\ {aes1} >>
    <<{ges1} \\ {bes1} >>
    <<{des1} \\ {a1} >>

}
%%%%%%%%%%%%%%%%%%%%%%%%%%







_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user



reply via email to

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