dear all,
this is maybe a bit stupid question...:
when I have a construction like below, the two \override commands only
take effect on the first { }. Where do I have to put them to also
override the two following { } (I only want them in this particular
staff, not in the whole score).
%%%%%%%%%%%%%%%%%%%%%%%%%
\version "2.11.36"
\layout { ragged-right = ##t }
testfile = \new Staff {
\time 4/4
\override Staff.TimeSignature #'style = #'()
\relative c'{
\override TupletNumber #'transparent = ##t
\override TupletBracket #'bracket-visibility = ##f
{ \times 2/3 { c8 d e } }
<< { \times 2/3 { d8 e f } }
\\ { \times 2/3 { b,8 c d } } >>
} }
\score {
\testfile
}
%%%%%%%%%%%%%%%%%%%%%%%
thanks for advice
ole
_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user