On 12/14/2017 8:21 PM, Caagr98 wrote:
I'm currently writing some sheet music in 2/4. I'd like measures containing
four eights to be all beamed together, but everything except that should use
Lilypond's default rules. How can I achieve this?
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user
I am not 100% sure about this, but just did a quick mock up by memory
(I don't do a lot of beaming like this but...hopefully it's a start)
Does this work?
\version "2.19.80"
\relative {
\time 2/4
a'8^"default" a a a a a a a
\set Timing.beamExceptions = #'()
\set Timing.baseMoment = #(ly:make-moment 1/2)
a8^"changed" a a a a a a a
}
(see attached)
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user