bug-lilypond
[Top][All Lists]
Advanced

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

Re: tuplet, tremolo and cross staff


From: Graham Percival
Subject: Re: tuplet, tremolo and cross staff
Date: Tue, 14 Aug 2007 02:59:08 -0700
User-agent: Thunderbird 1.5.0.12 (Macintosh/20070509)

Hi Philippe,

Yes, please send a complete example -- complete, yet still small. We have some guidelines here:
http://lilypond.org/web/devel/participating/bugs

(you may also want to check that this bug has not already been reported)

Cheers,
- Graham


Philippe Raynaud wrote:
Hello,
I am typing a lied of Schubert (voice + piano).
In the Piano staff when I combine a tuplet of three 8 notes which crosses the
staff, everything is OK, but when the tuplet is in the \repeat "tremolo" shape,
the note above is correct (a 4 note dotted), but the note on the second staff is
a 2 note dotted (the double).
Anyway the midi output is correct (with \unfoldRepeats { }).

Example:
 \time 4/4  \key sib \major

UPPER: \clef treble

 \times 2/3 { \repeat "tremolo" 3 f8 }

LOWER: \clef bass

 \times 2/3 { \repeat "tremolo" 3 { \tupCrossB f8 } }

 where \tupCrossB means:
tupCrossB = {
 \stemUp
 \once \override Stem #'length = #22
 \once \override Stem #'cross-staff = ##t
 \once \override Stem #'flag-style = #'no-flag
}

I can send you an more complete extract on your demand .
Thanks in advance.
Phil.



_______________________________________________
bug-lilypond mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/bug-lilypond






reply via email to

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