Javier,
I am not sure it is the most elegant solution, yet it appears to work.
The command "\set stemLeftBeamCount" is at
http://lilypond.org/doc/v2.18/Documentation/notation/beams#manual-beams
Mark
From: [email protected]
[mailto:[email protected]] On Behalf Of
Javier Ruiz-Alma
Sent: Tuesday, July 08, 2014 5:55 PM
To: LilyPond User Group
Subject: Beam subdivided at non-periodic intervals
I need help implementing beam subdivisions with non-periodic beat structure
(see image). Thank You!
Below base code for this measure:
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\version "2.18.2"
\relative c''''{
\time 4/4
\key g \minor
\set subdivideBeams = ##t
\ottava #1
ees16[ d f ees d c b d c bes a g fis]
}
\version "2.18.2"
\relative c''''{
\time 4/4
\key g \minor
\set subdivideBeams = ##t
\ottava #1
ees16 [
\set stemRightBeamCount = #1
d
\set stemLeftBeamCount = #1
\set stemRightBeamCount = #2
f
\set stemRightBeamCount = #2
ees
\set stemLeftBeamCount = #2
\set stemRightBeamCount = #1
d
\set stemRightBeamCount = #2
\set stemLeftBeamCount = #1
c
\set stemLeftBeamCount = #2
b
\set stemRightBeamCount = #2
d
\set stemLeftBeamCount = #2
\set stemRightBeamCount = #1
c
\set stemLeftBeamCount = #1
bes a
\set stemRightBeamCount = #2
g fis]
}
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user