lilypond-user
[Top][All Lists]
Advanced

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

RE: Kneed beams and changes of staff


From: Gilberto Agostinho
Subject: RE: Kneed beams and changes of staff
Date: Wed, 2 Dec 2015 05:26:10 -0700 (MST)

Mark Stephen Mrotek wrote
> A rather tedious, yet precise method, is:
> 
> \once \set stemRightBeamCount = #x
> \once \set stemLeftBeamCount = #x

One one more thing, this method actually does not work. Think like this: the
problem isn't the number of beams for each note (these are correct) but
their overall positions.

E.g., both codes below produce identical scores:

\autochange {
  \override Score.Beam.auto-knee-gap = #3
  \tuplet 5/4 {g''32[e'' g''64 d a,32 gis]}
}

\autochange {
  \override Score.Beam.auto-knee-gap = #3
  \tuplet 5/4 {
    g''32[e'' 
    \once \set stemLeftBeamCount = #3
    \once \set stemRightBeamCount = #4
    g''64 
    \once \set stemLeftBeamCount = #4
    \once \set stemRightBeamCount = #3
    d a,32 gis]
  }
}




--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Kneed-beams-and-changes-of-staff-tp184339p184379.html
Sent from the User mailing list archive at Nabble.com.



reply via email to

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