> 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




_______________________________________________
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user

Reply via email to