lilypond-user
[Top][All Lists]
Advanced

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

Re: Termination of variable definitions


From: David Kastrup
Subject: Re: Termination of variable definitions
Date: Tue, 19 Apr 2016 22:58:18 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

David Wright <address@hidden> writes:

> violin = \new Voice b
> you can substitute again, this time for "b".
> (Within limits: contexts have a parent/child ordering, so Staff
> can contain Voice but not vice versa.)

Semantically not, but syntactically this is not a problem:

\relative
\new Staff {
  \new Voice {
    c'1 << \new Staff { e f }
          { g a }
       >>
    b c }
  }

-- 
David Kastrup



reply via email to

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