lilypond-user
[Top][All Lists]
Advanced

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

Re: questions about clashes


From: Mats Bengtsson
Subject: Re: questions about clashes
Date: Wed, 14 Aug 2002 11:39:02 +0200

> Another question: If I put stuff, for instance text, in separate voices
> using spacer notes, will positioning be the same? Or another way to put
> it; are other voices taken into account when resolving clashes?

A simple test illustrates what happens:

\score{\notes\relative c'''{
  \fatText
  c1^"Text" |
  % Same Thread, no problem:
  <c c,^"Text"> |
  % Different Threads, same Voice, no problem:
  <\context Thread = I {c} \context Thread = II {c,^"Text"}> |
  % Different Voices: problem!
  <\context Voice = I {c} \context Voice = II {c,^"Text"}> |
}}


> Another question#2: It's prob in the manual somewhere, but is there a
> dummy spacer that doesn't take up time? Using "s" breaks the barline
> checking.

Try s1*0 or use a chord: <c8 s>. Just curious, why would you need it?

   /Mats






reply via email to

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