lilypond-user
[Top][All Lists]
Advanced

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

Re: notes in voices collide


From: Nick Payne
Subject: Re: notes in voices collide
Date: Sun, 09 Jan 2011 18:16:14 +1100
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101208 Thunderbird/3.1.7

On 09/01/11 13:44, Marc Mouries wrote:
\language "english"
\paper {  indent = 0.0 }
\header {
         title = "Sonata I BWV 1001"
         piece = "1. Adagio"
}
melody = \relative g'' {
<<  {
%{ Main Voice %}
%{ 1 %}<bf, g'>4 ~ g'32 [f (ef d c bf a bf64 g ) ] g8 [ fs ] ~ fs32 [ e ( d e 
fs g a c64 bf )]
%{ 2 %}  c8 ~ [ c32 d64 ( c bf32 c ] c16. \trill [ bf64 c d16 a )] g'8 r32 g,32 
( [ a64 bf c d ] ef8 ) [ bf ]
}
  \\  { %{ Voice 2 %}
%{ 1 %}<g, d'>8  s8 s4 a  s4
%{ 2 %}  d8 s8 s4 g,8 s8 r8 g'8
}
  \\ { %{ Voice 3 %}
%{ 1 %}  s4 s4 c4 s4
%{ 2 %}  fs4 s4<d, bf'>8 s4.
}
  >>
}
\score {
        \context Staff {
                \clef treble
                \key d \minor
                \time 4/4
                \melody
     }
        \layout { }
}

Look up \shiftOn \shiftOnn etc in the documentation. If you apply that to the G in the middle voice it fixes the collision.

Nick



reply via email to

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