David,
Thank you for providing the link to the documentation. I've seen the code
you mention in the doc
http://lilypond.org/doc/v2.16/Documentation/notation/displaying-rhythms#time-signature
and it is providing the following example:
\score {
\new Staff {
\relative c' {
\overrideTimeSignatureSettings
4/4 % timeSignatureFraction
1/4 % baseMomentFraction
#'(3 1) % beatStructure
#'() % beamExceptions
\time 4/4
\repeat unfold 8 { c8 } |
}
}
}
The example puts the overrideTimeSignatureSettings inline with the music
which forces to do that in each file whereas what i am looking for is a way
to declare the override in a stylesheet.ly and only have to import that file
and not have to remember how to do that each time.
--
View this message in context:
http://lilypond.1069038.n5.nabble.com/stylesheet-that-override-defaults-tp154254p154271.html
Sent from the User mailing list archive at Nabble.com.
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user