This is clearly a bug. I thought that I had seen it already reported in the
bug tracker, but I cannot find exactly this one. Oscar, the next time you
report a bug, please provide a small but complete example file, see
http://lilypond.org/web/devel/participating/bugs.
I have extended your lines to the following complete example, which
shows that cross-staff tuplets don't work well.
\version "2.11.40"
<<
\new Staff = upper { s2 }
\new Staff = lower \new Voice \relative c' {
\times 8/7 { es32 g bes es \change Staff = upper g bes es}
\times 8/7 { g es bes g \change Staff = lower es bes g}
}
>>
\layout{ragged-right = ##t }
Waiting for the bug to be fixed, you can workaround it manually, by
tweaking the positions property (and also the edge-height, comment
out that setting to realize why):
\version "2.11.40"
<<
\new Staff = upper { s2 }
\new Staff = lower \new Voice \relative c' {
\once \override TupletBracket #'positions = #'(8 . 16)
\times 8/7 { es32 g bes es \change Staff = upper g bes es}
\once \override TupletBracket #'positions = #'(8 . 2)
\once \override TupletBracket #'edge-height = #'(-0.7 . -0.7)
\times 8/7 { g es bes g \change Staff = lower es bes g}
}
>>
\layout{ragged-right = ##t }
/Mats
Oscar van Eijk wrote:
Hi Again,
In the meantine, I tested with 2.10.33; same result as 2.10.25.
Now I've got 2.11.39 installed; a sample of that output is attached with
this mail.
Thnx,
Oscar
On Wed, 2008-02-06 at 12:33 +0100, Mats Bengtsson wrote:
It's a bit hard to guess exactly what the problem is without seeing the
output or having access to a complete example that illustrates the problem.
However, some bugs related to tuplets and staff switches have been fixed
recently in the development series, so if you try version 2.1.37 it is
hopefully
fixed. The 2.11 releases also contain a number of other improvements and
I would consider it at least as good as the latest 2.10.x release in
terms of
stability and lack of bugs.
/Mats
Oscar wrote:
I'm not top posting.
Hi All,
For a piece of piano music, I wrote a part with 2-hand arpeggios in \times 8/7.
It was originally written with LilyPond 2.6.? where the output looked ok, but
with v. 2.10.25, the "--- 7 ---" signs (dunno how they're called in English
:-/) get printed in the wrong direction when the arpeggio goes down (upwards
works fine).
This is the code (upper staff, lower staff is just s1*4)
\change Staff = lower
\times 8/7 { es,,32 g bes es \change Staff = upper g bes es}
\times 8/7 { g es bes g \change Staff = lower es bes g}
\times 8/7 { es g bes es \change Staff = upper g bes es}
\times 8/7 { g es bes g \change Staff = lower es bes g}
\times 8/7 { f as c f \change Staff = upper as c f}
\times 8/7 { as f c as \change Staff = lower f c as}
\times 8/7 { f as c f \change Staff = upper as c f}
\times 8/7 { as f c as \change Staff = lower f c as}
\times 8/7 { as c f as \change Staff = upper c f as}
\times 8/7 { c as f c \change Staff = lower as f c}
\times 8/7 { as c f as \change Staff = upper c f as}
\times 8/7 { c as f c \change Staff = lower as f c}
\times 8/7 { g b d g \change Staff = upper b d g}
\times 8/7 { b g d b \change Staff = lower g d b}
\times 8/7 { g b d g \change Staff = upper b d g}
\times 8/7 { b g d b \change Staff = lower g d b}
I can mail more of the code and the full output (correct and erroneous) if that
might help.
Thanks for your great product!
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond
------------------------------------------------------------------------
------------------------------------------------------------------------
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond
--
=============================================
Mats Bengtsson
Signal Processing
School of Electrical Engineering
Royal Institute of Technology (KTH)
SE-100 44 STOCKHOLM
Sweden
Phone: (+46) 8 790 8463
Fax: (+46) 8 790 7260
Email: [EMAIL PROTECTED]
WWW: http://www.s3.kth.se/~mabe
=============================================
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond