Thanks Peter. I think I see a a method. Put these directives in my master include in a variable and then put that variable in the \score sec--once and done.
Excellent. Gos I love this program and it's Legion of Masters :-) Sent from my android device. -----Original Message----- From: [email protected] To: Guy Stalnaker <[email protected]> Cc: Phil Burfitt <[email protected]>, lilypond-user Mailinglist <[email protected]> Sent: Sun, 16 Nov 2014 8:23 PM Subject: Re: Beaming on the quarter note >>>>> "Guy" == Guy Stalnaker <[email protected]> writes: Guy> Phil, That was what I found :-) But unless I'm mistaken, one must Guy> use those directives for *every* time signature change. Thus if I You can do it once for each time signature you're going to use. \version "2.18.2" \score { << % Beam 4/4 at crotchets \overrideTimeSignatureSettings 4/4 1/4 #'(1 1 1 1) #'() % Beam 3/4 at crotchets \overrideTimeSignatureSettings 3/4 1/4 #'(1 1 1) #'() \new Staff { \relative c' { \time 4/4 \repeat unfold 8 b8 | \time 3/4 \repeat unfold 6 b8 | \time 2/4 \repeat unfold 4 b8 | \time 5/4 \repeat unfold 10 b8 | } } >> } _______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
