lilypond-user
[Top][All Lists]
Advanced

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

Syntactic synonyms, or no?


From: Trevor Bača
Subject: Syntactic synonyms, or no?
Date: Thu, 29 Dec 2005 20:28:31 -0600

Is ...

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

... exactly equivalent to ...

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

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



--
Trevor Bača
address@hidden

reply via email to

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