lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: cross-staff tuplets, again


From: Jonathan Kulp
Subject: Re: cross-staff tuplets, again
Date: Tue, 6 Jul 2010 12:45:35 -0500

On Tue, Jul 6, 2010 at 12:15 PM, Stefan Thomas
<address@hidden> wrote:
> Dear community,
> I've tried a snippet for cross-staff-beamed tuplets, 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} >>
> }
>

If you follow the hint in the snippet's comments about using "manual
beaming for best results," then the numbers appear in (more or less)
the right place. Try manually beaming the first and last triplet.

Jon


-- 
Jonathan Kulp
http://www.jonathankulp.com



reply via email to

[Prev in Thread] Current Thread [Next in Thread]