Hi Squad,
I'd like to modify the code of this snippet :
http://lsr.di.unimi.it/LSR/Item?id=2
\relative c'' {
c32[ c c
\set stemRightBeamCount = #1
c32
\set stemLeftBeamCount = #1
c32 c c c]
}
to this one :
\relative c'' {
\set subdivideBeams = ##t
% Set beam sub-group length to an eighth note
\set baseMoment = #(ly:make-moment 1/8)
\set beatStructure = #'(2 2 2 2)
c32[ c c c c c c c]
}
and put the manual beaming connections into a new snippet :
http://lsr.di.unimi.it/LSR/Item?id=927
see
http://lilypond.1069038.n5.nabble.com/Beam-subdivided-at-non-periodic-intervals-td164174.html
<http://lsr.di.unimi.it/LSR/Item?id=927>
Cheers,
Pierre
_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond