lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Auto-beaming


From: Ben
Subject: Re: Auto-beaming
Date: Thu, 14 Dec 2017 20:54:39 -0500
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0

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
address@hidden
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)


Attachment: beams.png
Description: PNG image


reply via email to

[Prev in Thread] Current Thread [Next in Thread]