lilypond-user
[Top][All Lists]
Advanced

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

Re: Slurs collision with note heads


From: Flaming Hakama by Elaine
Subject: Re: Slurs collision with note heads
Date: Wed, 4 May 2016 18:01:35 -0700


>Hello!
>
>I'm not very experienced user of lilypond and I would like to ask you for
>help. In this example I have a rather ugly slurs collision with noteheads:

As Carl pointed out, this is really Tie collisions with Stems.


I had to rearrange how the voices are specified since many other commands like \stemUp and \shape don't seem to work in << >> constructs.


\version "2.19.40"

\new Staff {
\clef bass
\time 3/4
<< 
{ \stemDown c'2.-\shape #'((0 . 0.5) (-0.5 . 1) (0.5 . 1) (0 . 0.2)) ~ c'2.-\shape #'((0 . 0.2) (-0.5 . 1) (0.5 . 1) (0 . 0)) ~ c'2. } \\
{ \stemDown d2. ~ d2. ~ d2. } \\
{ as4 g f | g as b | as g2 }
>> 
}



HTH, 

David Elaine Alt
415 . 341 .4954                                           "Confusion is highly underrated"
address@hidden
self-immolation.info
skype: flaming_hakama
Producer ~ Composer ~ Instrumentalist
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

reply via email to

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