lilypond-user
[Top][All Lists]
Advanced

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

Re: variables tied with slurs


From: Peter Bjuhr
Subject: Re: variables tied with slurs
Date: Sun, 29 Sep 2013 11:14:29 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.0


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




reply via email to

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