Read again in http://lilypond.org/doc/v2.13/Documentation/learning/adding-and-removing-engravers#Adding-and-removing-engravers
subsection "Changing all context of the same type" what syntax to use.
The first thing after "\context{" should be the name of the context where you want to apply the setting, preceded by a backslash, for example
\layout{
 \context{
   \Staff
   \override TimeSignature #'style = #'( )
 }
}

  /Mats

Stefan Thomas wrote:
Dear community,
I don't understand, why this snippet doesn't work:
\version "2.12.2"

\layout {
\context { \override VerticalAlignment #'max-stretch = #ly:align-interface::calc-max-stretch }
        \context { \Voice \remove Text_spanner_engraver }
\context { \override TimeSignature #'style = #'( ) } %why doesn't this this work cerrectly? \context { \RemoveEmptyStaffContext \override VerticalAxisGroup #'remove-first = ##t }
}
\new Staff \relative c' { c4 d e f g1 }

------------------------------------------------------------------------

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


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

Reply via email to