-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

- -----Ursprüngliche Nachricht-----
Von: Trevor Daniels [mailto:[email protected]] 
Gesendet: Dienstag, 28. Oktober 2014 10:24
An: Dr. Bernhard Kleine; [email protected]
Betreff: Re: To many colliding ...


Dr. Bernhard Kleine wrote Tuesday, October 28, 2014 8:15 AM

> I get this warning:
>
> c:/users/bk/appdata/local/temp/frescobaldi-d7v7tg/tmp6zpsvg/Messe in 
> C_Gloria.ly:118:65: 
> Warnung: zu viele kollidierende Notenspalten werden ignoriert
> c,4 ( \stemDown g' e c |f) < b cis, >^. < a d, >^. d,4\rest |
> a'1~ | a4 g a a^> | s1
>
> How to avoid it?

First, always post a compilable snippet - one that a potential adviser can 
simply cut and past to generate the error.  This has simply been cut from a 
larger score and doesn't compile by itself.

Second, after adding the missing \relative to make a single music expression, 
the expression compiles without error, so as well as making sure the snippet 
compiles, make sure it actually shows the error you're experiencing.  Otherwise 
you're likely to get even more scathing comments than this one.

Third, read and digest at least the first three chapters of the Learning Manual 
before asking a question.

Trevor
 
__
I have added a file which shows the warning. It compiles but I would like to 
know about the warning.

Bernhard

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.22 (MingW32)
Comment: Using gpg4o v3.3.26.5094 - http://www.gpg4o.de/
Charset: utf-8

iQIcBAEBAgAGBQJUT4Z/AAoJENCoWyDsDBkPdlsP/i4Uewnd7QxOEjjURA2Po9OA
JJsDMz0Avtr7TgNnWFK302VK6+VlMj9uFbrTOrQwd4SsaJ/HXv5UVLuw4OBF6xAK
nsAVxA2CZzNG9gmzcJG9PrikxmF+FNI6fb9kpPvuAXldEPmAZq13abopVyATR66s
b4DI/yND7CznHZDnVR+1hhSisK0F3qoggz4a6oXfdYW9KI4Iq3c4sDOoZRLDeqDg
ndHmJVOUe7z9S6K3gSsIy6mxoJgxOuKgKDbRiY9tOAJMIYqpRYu93EEzA5EQppFT
SdMZLskY2LXRozpgysZGE5Vgtvm51Y4BJ8DQUk42fIoC/CZF7y/mXGUgU/+Tu2V2
BeuKyECYEehnHi9Tf6/LNOdq2jHux/7JkZBnDiccaJdPp+0BZ/9xwvFQfZHRUEdf
xxXxqB27dd6pdE7zMWsAF7SSiS7a5i1LjOdgqxhparT1Zt4+1NGX8UEPOP9xWAKz
mSgTbY1ffdQTNlbHQEr1Y1ICD7lGsps1KJN2zMb9i+kfMF5KK6QjHmw+oxq0h2md
Dho8q6Fqshi5ZXvXLEixwl6EF7YqIUnZhj+jcwJZ5tDzrFqirZh9FX4duXU0sjf4
OUsGPNl1MF5tvkK7qM7mU1VBPxmVRSXCOBTiE+O0de8F68uyriVVrLFRLi2S2I+7
DYgp6zVXJX7gb1VbxRVm
=97Kj
-----END PGP SIGNATURE-----
\version "2.18.2"
\language "deutsch"

global = {
  \key c \major
  \time 4/4
}


leftOne = \relative c' {
  \global
  % Die Noten folgen hier.
    s1 | s2 s4 g | s2 \stemDown d4 (\stemUp c4 | \stemDown g'2~ g4) s4 | s1| \stemUp

}

leftTwo = \relative c {
  \global
  % Die Noten folgen hier.
  < b! g>4 d\rest d2\rest| a' a, |  d s2 | h2 ( c4) d4\rest | < c' g e>^. d\rest  < c g e>^. d\rest

}

\score {
  \new PianoStaff \with {
    instrumentName = "Klavier"
  } <<
   
    \new Staff = "left" \with {
      midiInstrument = "acoustic grand"
    } { \clef bass << \leftOne \\ \leftTwo >> }
  >>
  \layout { }
  \midi {
    \tempo 4=100
  }
}

Attachment: test_colliding.ly.sig
Description: Binary data

Attachment: [email protected]
Description: Binary data

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to