... forget CC to the list.

Am 09.04.2012 01:09, schrieb Nick Payne:
\version "2.14.2"

changeBeaming = \set beamExceptions =
#'((end . (((1 . 8) . (2 2 2 2))
((1 . 16) . (2 2 2 2 2 2 2 2))
((1 . 24) . (3 3 3 3 3 3 3 3)))))

revertBeaming = \set beamExceptions = #'()

\new PianoStaff <<
\new Staff {
\time 4/4 \key g \major
\relative c'' {
\changeBeaming
\set tupletSpannerDuration = #(ly:make-moment 1 8)
\times 4/6{c'16 a b c b a } \times 4/6{r e fis g fis e }
fis16 d fis a r fis a c | % 24
}
}

\new Staff {
\time 4/4 \key g \major \clef bass
\relative c {
\changeBeaming
fis8 d' g, d' a d b d | % 24
}
}
 >>

Nick,
many thanks for this help. It's exactly what I need. There are some
irregular measures that I have to fix with manual beams. But most beams
don't need any tweak anymore.

Thanks also to Hans and Eluze!

Happy Easter!
Helge

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to