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: Urs Liska
Subject: Re: reverting the beam-exceptions immediately
Date: Wed, 29 Jun 2011 14:31:08 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.17) Gecko/20110516 Lightning/1.0b2 Thunderbird/3.1.10

You could make an invisible time-signature change:
  \once \override Score.TimeSignature #'stencil = ##f
  \time 3/8  c' 16 d' e' d' c' 8
HTH
Urs

Am 28.06.2011 10:58, schrieb Stefan Thomas:
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]