lilypond-user
[Top][All Lists]
Advanced

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

Re: Too many clashing notecolumns?


From: Mats Bengtsson
Subject: Re: Too many clashing notecolumns?
Date: Mon, 01 Nov 2004 10:29:01 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20040913

It usually means that you have several voices of music in the same
Voice context, i.e. that you have written something like
<<{c d e f} {c2 c }>>. If this is the case, I recommend to use separate
Voice contexts for each of the voices of music and use \voiceOne and
\voiceTwo (which, among others implies a \stemUp and \stemDown,
respectively). Something like:
<< \new Voice {\voiceOne c d e f} \new Voice {\voiceTwo c2 c } >>
Since this is such a common construct, you can also use the shorthand
<< {c d e f} \\ {c2 c } >>
which gives exactly the same result.

   /Mats

Victor S. Miller wrote:
What does the following warning (in LP 2.2.6) mean?

/u/victor/Music/TheDead/DarcyPiano.ly:12:4: warning: Too many clashing 
notecolumns.  Ignoring them.:
e1 | %6

Things seem to typeset as desired, but I'm always concerned with warnings?

--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
        Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================




reply via email to

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