On 09/28/2013 01:41 PM, David Kastrup wrote:
That's because each \A is in a Voice of its own. Use an explicit Voice
to avoid independent implicit voices for each \A:
That's good to know! Thanks!
If I may add another more realistic yet hypothetical example. The
following works. If the ties can be connected they are, otherwise only a
warning is issued. But is there a more preferred way of doing it?
\version "2.17.28"
A = \relative c'' { a4 b d c ~ }
B = \relative c'' { c aes des g }
C = \relative c'' {cis e, gis a ~ }
\score {
\new Voice
{ \A \B \A \C \A }
}
Best
Peter
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user