lilypond-user
[Top][All Lists]
Advanced

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

Re: can't change the style of the timesignatures


From: Mats Bengtsson
Subject: Re: can't change the style of the timesignatures
Date: Fri, 05 Mar 2010 15:01:13 +0100
User-agent: Thunderbird 2.0.0.23 (X11/20090817)

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
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user




reply via email to

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