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: Stefan Thomas
Subject: Re: can't change the style of the timesignatures
Date: Fri, 5 Mar 2010 15:05:28 +0100

Dear Mats,
thanks. I got what I wanted with  
\context { \Score  \override TimeSignature #'style = #'( ) }
I don't know why, but \context { \Staff  \override TimeSignature #'style = #'( ) }
did not work!

2010/3/5 Mats Bengtsson <address@hidden>
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]