bug-lilypond
[Top][All Lists]
Advanced

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

Re: \tupletUp


From: Will Oram
Subject: Re: \tupletUp
Date: Sat, 6 Nov 2004 20:11:15 -0500

Sorry. This should reproduce the problem:

\include "english.ly"
\version "2.4.1"

sample = \relative c''' {
        \clef "treble"
        \key bflat \minor
        \time 6/4

        \tupletUp
\times 8/9 { eflat2.:8\p\> } \times 2/3 { eflat4.:\pp\! } \times 2/3 { dflat4.: } \times 2/3 { c4.: }
}

\score {
        \new Staff << \sample >>

        \layout {
                \context { \RemoveEmptyStaffContext }
        }
}

%%% end code

Again, deleting \tupletUp will remove the brackets, which shouldn't be there anyway.

Will

On Nov 6, 2004, at 6.34 PM, Erik Sandberg wrote:

I can't reproduce. Can you please send a full ly file that reproduces it? You just need to add enough stuff around the code so lily can compile it. Please also include a \version statement that tells us which version you're using.

Thanks, Erik

On Saturday 06 November 2004 20.45, Will Oram wrote:
This code...

\key bflat \minor

\tupletUp
\times 8/9 { eflat2.:8\p\> } \times 2/3 { eflat4.:\pp\! } \times 2/3 {
dflat4.: } \times 2/3 { c4.: }

%%% end code

Produces this output:

http://spamguy.cwru.edu/misc/images/tuples.jpg
(If you're unable to connect, it means my computer's off/asleep, which
is unusual; try again in a few hours.)

Notice the strange brackets. These brackets disappear when \tupletUp is
removed.

---

In separate news, this same snippet should fill one 6/4 measure. ly
seems to be implying by the lack of a barline that I haven't filled it
up completely.
\times 8/9 + 2/3 + 2/3 = 6/4, right?

Best,

Will Oram
spamguy ^^AT^^ foxchange.com // william.oram ^^AT^^ cwru.edu // AIM
spamguy21



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


Will Oram
spamguy ^^AT^^ foxchange.com // william.oram ^^AT^^ cwru.edu // AIM spamguy21





reply via email to

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