clashing note columns

2011-10-20 Thread David Bobroff
In a piece I'm doing in LilyPond I have a lot more single-staff polyphony than I've dealt with before. I'm getting loads of: warning: ignoring too many clashing note columns The *output* looks fine. Example: http://notendur.centrum.is/~bobroff/lily/measure.png The 'd

Clashing note columns

2011-12-06 Thread Kris Van Bruwaene
, probably because the syllable "ia" is too short. How can I solve this? Using Lilypond version 2.14.1 on Arch Linux. -- View this message in context: http://old.nabble.com/Clashing-note-columns-tp32919673p32919673.html Sent from the Gnu - Lilypond - User mailing list a

Re: clashing note columns

2011-10-20 Thread David Bobroff
On 10/20/2011 8:46 AM, David Bobroff wrote: In a piece I'm doing in LilyPond I have a lot more single-staff polyphony than I've dealt with before. I'm getting loads of: warning: ignoring too many clashing note columns The *output* looks fine. Example: http://notendur.cent

Re: clashing note columns

2011-10-20 Thread Nick Payne
)On 20/10/11 20:12, David Bobroff wrote: On 10/20/2011 8:46 AM, David Bobroff wrote: In a piece I'm doing in LilyPond I have a lot more single-staff polyphony than I've dealt with before. I'm getting loads of: warning: ignoring too many clashing note columns The *output* l

Re: Clashing note columns

2011-12-06 Thread David Kastrup
Kris Van Bruwaene writes: > I am typesetting a choral piece wich has two voices coming in unisono on a > single staff, one with a whole note (g1), the other with two half notes (g2 > g2). The whole note and the first half note clash at the start of the > measure. I tried to avoid the clash with t

Re: Clashing note columns

2011-12-10 Thread Kris Van Bruwaene
because the syllable "ia" is too short. How >> can >> I solve this? > > I can't quite see your example code. > > -- > David Kastrup > > > ___ > lilypond-user mailing list > lilypond-user@gnu.org

Re: Clashing note columns

2011-12-10 Thread David Kastrup
Kris Van Bruwaene writes: >> David Kastrup wrote: >>> >>> Kris Van Bruwaene writes: >>> I am typesetting a choral piece wich has two voices coming in unisono on a single staff, one with a whole note (g1), the other with two half notes (g2 g2). The whole note and the fi

Re: Clashing note columns

2011-12-10 Thread Phil Holmes
- Original Message - From: "Kris Van Bruwaene" To: Sent: Saturday, December 10, 2011 12:00 PM Subject: Re: Clashing note columns Here is an example. Kris http://old.nabble.com/file/p32951130/lilytest.ly lilytest.ly If you'd cut even more of the code out, you would

Re: clashing note columns

2011-12-25 Thread James
g loads of: > > warning: ignoring too many clashing note columns > > The *output* looks fine. > > Ah, it seems I found my answer here: > > http://lilypond.org/doc/v2.14/Documentation/snippets/simultaneous-notes#suppressing-warnings-for-clashing-note-columns > > > Jus

ignoring too many clashing note columns

2010-09-11 Thread Helge Kruse
Hello, I try to write a guitar score. In some measures I found small parts of polyphony. I tried to add temporarily a new voice, but I failed. The example below shows the intention. The second (commented) line gives nearly the same result and Lilypond doesn't show any error. But the g8 should

"warning: ignoring too many clashing note columns"

2012-06-23 Thread Anders Eriksson
y clashing note columns" will appear when compiling the LilyPond file." http://lilypond.org/doc/v2.12/input/lsr/lilypond-snippets/Simultaneous-notes#Suppressing-warnings-for-clashing-note-columns I understand how to suppress the warnings, but I also would like to understand why! //

Re: ignoring too many clashing note columns

2010-09-11 Thread James Bailey
On Sep 11, 2010, at 6:39 PM, Helge Kruse wrote: > Hello, > > I try to write a guitar score. In some measures I found small parts of > polyphony. I tried to add temporarily a new voice, but I failed. The example > below shows the intention. The second (commented) line gives nearly the same > r

slur between voices ... without clashing note columns

2005-08-23 Thread Trevor Baca
The snippet here correctly renders a slur between voices ... but, unfortunately generates clashing note column warnings in the process. Does anyone see a way to get the same result but without the clashing note columns? Trevor. % BEGIN SNIPPET % \version "2.7.7"

Re: "warning: ignoring too many clashing note columns"

2012-06-23 Thread Phil Holmes
rsion being 2.15.40. You're quoting old manuals. See http://lilypond.org/ -- Phil Holmes - Original Message - From: Anders Eriksson To: lilypond-user@gnu.org Sent: Saturday, June 23, 2012 8:19 AM Subject: "warning: ignoring too many clashing note columns"

Missing warning about clashing note columns in 2.19

2016-07-16 Thread Malte Meyn
Is this a bug/regression? 2.18.2 warns about clashing note columns, 2.19.44 does not. \version "2.19.44" << c''4 \\ \stemUp a'2 >> ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: slur between voices ... without clashing note columns

2005-08-23 Thread Erik Sandberg
On Tuesday 23 August 2005 14.38, Trevor Baca wrote: > The snippet here correctly renders a slur between voices ... but, > unfortunately generates clashing note column warnings in the process. > > Does anyone see a way to get the same result but without the clashing > note co

Re: slur between voices ... without clashing note columns

2005-08-23 Thread Trevor Baca
anyone see a way to get the same result but without the clashing > > note columns? > > In this particular example, you could do the first and second half of the bar > as differen voices, something like: > > << > \context Staff=up { > << > \

Any way to turn off "warning: ignoring too many clashing note columns"?

2006-11-18 Thread Trevor Bača
e'4 e'4 e'4 e'4 } \new Voice \with { \override Stem #'direction = #down } { c'4 c'4 c'4 c'4 } %%% END %%% GNU LilyPond 2.10.0 Processing `348.ly' Parsing... Interpreting music... [1] Preprocessing graphical objects... 348.ly:6:27: warning: i

Re: Any way to turn off "warning: ignoring too many clashing note columns"?

2006-12-27 Thread Trevor Bača
parent = ##t \override NoteHead #'duration-log = #1 } { e'4 e'4 e'4 e'4 } \new Voice \with { \override Stem #'direction = #down } { c'4 c'4 c'4 c'4 } >> %%% END %%% GNU LilyPond 2.10.0 Processing `348.ly' Parsing... Interpreting mu

Re: Any way to turn off "warning: ignoring too many clashing note columns"?

2006-12-29 Thread Erik Sandberg
On Saturday 18 November 2006 23:12, Trevor Bača wrote: > Hi, > > So my question is: is there any way to turn off the clashing note > column warnings? I think this is the one place where one of Lily's > warnings truly is completely harmless and I feel safe turning it off. > More importantly, I reall