Dear community, I've tried a snippet for cross-staff-beamed tuplets<http://lsr.dsi.unimi.it/LSR/Snippet?id=646>, I've found in the snippet repository. Unfortunately, it does not work in the way I expected it. Here is my short example:
\version "2.12.2" \include "klavierstyle.ly" rechts = { \override TupletNumber #'Y-offset = #kneed-beam \set tupletSpannerDuration = #(ly:make-moment 1 4) \times 2/3 { \lira g 8 \reru e' \lira bes \reru d'' g' f'' cis'' ais'' fis'' ~ fis'' \lira f'! b | } } links = { \clef bass s1 } \score { \new PianoStaff = "Klavier" << \new Staff= "rechts" { \rechts } \new Staff = "links" \with { \override VerticalAxisGroup #'keep-fixed-while-stretching = ##t } { \links} >> }
klavierstyle.ly
Description: Binary data
_______________________________________________ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user