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
[EMAIL PROTECTED]
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to