On 15 December 2017 at 12:58, Caagr98 <[email protected]> wrote:

> I tried that at first, but it made *everything* beam together, including
> rest+three eights or stuff containing sixteenths.
>
> On 12/15/17 02:54, Ben wrote:
> > 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
> >
>
> _______________________________________________
> lilypond-user mailing list
> [email protected]
> https://lists.gnu.org/mailman/listinfo/lilypond-user
>
\set Timing.beamExceptions =
    \beamExceptions { 8 [ 8 8 8 ] }

…should do what you want.

Vaughan
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to