This bug was reported on bug-lilypond some weeks ago and according to the ChangeLog file, it was fixed 2006-03-16, i.e. before version 2.8. However, it seems that the fix didn't solve the problem.

  /Mats

Quoting Geoff Horton <[EMAIL PROTECTED]>:

Try these simple examples on your system.  If they work, then try to
figure out exactly what the difference is between these examples and
your situation.

It's the \voiceOne etc. that does it.

This does not work:

melody = \relative c'' {
 b2\rest
}


alto = \relative c' {
 s2
}

\score {
\context Staff = upper <<
     \context Voice =
        sopranos { << \voiceOne \melody >> }
     \context Voice =
        altos { << \voiceTwo \alto >> }
   >>
 \layout {
   ragged-right = ##t
 }
}

===========

But strip out the \voiceOne and \voiceTwo and it works fine. Changing
\voiceTwo to \voiceThree made no difference (I figured it was worth a
shot).

Geoff


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user






_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to