lilypond-user
[Top][All Lists]
Advanced

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

Re: reverting the beam-exceptions immediately


From: Phil Holmes
Subject: Re: reverting the beam-exceptions immediately
Date: Tue, 28 Jun 2011 11:52:13 +0100

If you want to do this within a bar, wouldn't it just be easier to manual beam?

--
Phil Holmes
 
 
----- Original Message -----
Sent: Tuesday, June 28, 2011 9:58 AM
Subject: reverting the beam-exceptions immediately

Dear community,
in the below quoted example I can reset the beam-exceptions only after a time-signature-change.
How could it be possible restting the beam-exceptions without a time-signature change?

\version "2.14.1"

\new Staff {
  \time 3/8 
  \unset Timing.beamExceptions
   \set Voice.baseMoment = #(ly:make-moment 1 8)
  \repeat "unfold" 3 { \times 2/3 {c'16 d' e'  }}
  \unset Voice.baseMoment
  \revert Score.TimeSignature #'beamExceptions %this works, but only when the time-signature changes!
  c' 16 d' e' d' c' 8
  \time 3/8  c' 16 d' e' d' c' 8
}


_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user

reply via email to

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