lilypond-user
[Top][All Lists]
Advanced

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

Re: Syntactic synonyms, or no?


From: Han-Wen Nienhuys
Subject: Re: Syntactic synonyms, or no?
Date: Fri, 30 Dec 2005 12:13:04 +0100
User-agent: Mozilla Thunderbird 1.0.7-1.1.fc4 (X11/20050929)

Trevor Bača wrote:
Is ...

  \new Score {
    - music -
    \layout {
      \context {
        \Score
        \override Foo #'bar = #value
      }
    }
  }

... exactly equivalent to ...

  \new Score \with {
    \override Foo #'bar = #value
  }  {
    - music -
  }


yes.

... or is there a reason to prefer one to the other?

it saves on typing if you have many \scores


--
 Han-Wen Nienhuys - address@hidden - http://www.xs4all.nl/~hanwen




reply via email to

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