bug-lilypond
[Top][All Lists]
Advanced

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

Re: \oneVoice and \voiceXX commands having the wrong scope


From: Yuval Harel
Subject: Re: \oneVoice and \voiceXX commands having the wrong scope
Date: Wed, 26 Jan 2005 02:26:52 +0200
User-agent: Opera M2/7.54 (Win32, build 3865)

Sent to wrong mailing list. Sorry.

On Wed, 26 Jan 2005 02:25:32 +0200, Yuval Harel <address@hidden> wrote:

\oneVoice scope too short:
==========================

\version "2.4.2"

\new Staff {
        \clef bass
        \context Voice="1" {
                \oneVoice
c'2-\markup {\column < "oneVoice" "(This markup generates a programming error)">} r2 |
                << {b2-"Polyphony" r2} \\ {g2 r2} >>
                c'2-"oneVoice should still be in effect here." r2 |
        } |
}

\voiceOne scope too long:
=========================

\version "2.4.2"

\new Staff {
        \clef bass
        c'2 r2  |       % commenting out this line eliminates the problem
        << {\voiceOne r1-"voiceOne"} >> |
        c'2-"voiceOne is still in effect" r2
        \oneVoice
r1-\markup {\column <"oneVoice" "(This markup generates a programming error)">} |
}

On Wed, 26 Jan 2005 00:22:14 +0100, Erik Sandberg <address@hidden> wrote:

On Tuesday 25 January 2005 15.03, Yuval Harel wrote:
Hi,

I found that \oneVoice and \voiceOne sometimes have unexpected effects.
Here are two examples which might be two separate bugs.
When preparing the examples I also noticed that adding markup can
sometimes generate programming errors in these
situations.

The mailing list strips attachments. Could you please resend it, pasted into
the message?

Erik










reply via email to

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