Hi, (forwarding this from the german forum)
Wanting to beam
\version "2.16.1"
\new Staff
\relative c' {
\time 2/4
%1
a32 a a a
a a a a
a8 a16. a32
|
%2
a8 a16. a32
a32 a a a
a a a a
|
}
like the attached image, is there a better way than doing
\version "2.16.1"
\new Staff
{
\time 2/4
\set Timing.baseMoment = #(ly:make-moment 1 8)
\set Timing.beatStructure = #'(1 1)
a32 a a a
a a a a
a8 a16. a32 |
\set Timing.baseMoment = #(ly:make-moment 1 8)
\set Timing.beatStructure = #'(2 1 1)
a8 a16. a32
a32 a a a
a a a a |
}
-Harm
<<attachment: atest-15.png>>
_______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
