lilypond-user
[Top][All Lists]
Advanced

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

Re: beaming rule which beams across barlines?


From: tisimst
Subject: Re: beaming rule which beams across barlines?
Date: Thu, 11 Jun 2015 10:35:43 -0700 (MST)

Kieren,

It looks like this issue is hard-coded, forcing a beam to terminate at the end of a measure (see scm/auto-beam.scm, in the function "default-auto-beam-check", in the conditional statements starting at around line 100). My Scheme-fu is not enough for to adjust this function appropriately. Maybe someone else can suggest a code fix to allow for over-running beam behavior?

- Abraham

On Thu, Jun 11, 2015 at 9:53 AM, Kieren MacMillan [via Lilypond] <[hidden email]> wrote:
Hello all,

Can I write a beamExceptions or beatStructure (or…?) which automatically makes the first score in this snippet look like the second?

\version "2.19"

beamlessInSeattle = {
  \repeat unfold 8 { a8 a a }
}

\score { { \time 4/4 \beamlessInSeattle } }

beamMeUp = {
  \repeat unfold 8 { a8[ a a] }
}

\score { { \time 4/4 \beamMeUp } }

Thanks,
Kieren.

________________________________

Kieren MacMillan, composer
‣ website: www.kierenmacmillan.info
‣ email: [hidden email]


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



If you reply to this email, your message will be added to the discussion below:
http://lilypond.1069038.n5.nabble.com/beaming-rule-which-beams-across-barlines-tp177726.html
To start a new topic under User, email [hidden email]
To unsubscribe from Lilypond, click here.
NAML



View this message in context: Re: beaming rule which beams across barlines?
Sent from the User mailing list archive at Nabble.com.

reply via email to

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