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 - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to