lilypond-user
[Top][All Lists]
Advanced

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

Re: Strange message with autochange


From: Xavier Scheuer
Subject: Re: Strange message with autochange
Date: Sat, 27 Feb 2010 01:33:45 +0100

On 26 February 2010 20:46, George_ <address@hidden> wrote:

> Hey, guys, could I please get some help for this? I really need to get this
> music transcribed for a competition in April, help would be greatly
> appreciated. Thanks!

Hi,

I don't understand what you are trying to achieve...


On 23 February 2010 22:27, George_ <address@hidden> wrote:

> I'm using autochange to try change staves for an organ fugue I'm
> transcribing, except when I try to manually change the staff using
> \change  Staff = "up" I get this:

Why are you using *both* \autochange (i.e. _automatic_ staff changing)
and \change Staff = "up" (i.e. _manual_ staff changing) ?

To my opinion either you let LilyPond change automatically at a certain
note, either you decide yourself when to change, and you say LilyPond
when (using the \change Staff command).  But not a "mix" of these.


> staffChurchOrgan = <<
>        \new PianoStaff {
>                \set PianoStaff.midiInstrument = #"church organ"
>                \set PianoStaff.instrumentName = #"Manual"
>                <<
>                        \new Staff = "up" {
>                                \new Voice = "melOne" {
>                                        \key g \major
>                                        \autochange \relative c' {
>                                                \change Staff = "up"
>                                                r16 b e g fis
>                                        }
>                                }
>                        }

You say \change Staff = "up" but Voice "melOne" is *already* in
Staff "up", so I don't understand the need of both \autochange and
\change Staff = "up" here.

Could you be more precise about what you want as a result, with a
picture of what you want to reproduce for example?


> It was created by JEdit using the Organ staff template, and then I changed
> it slightly to get autochange to work. Basically what is happening is the
> rest and b are on the lower staff, but I want them on the upper staff. Am I
> going about this the right way? Some guidance would be appreciated!

Well, as I said, they are already on the upper Staff (I mean without
\autochange of course).
When do you want to change Staff?

Cheers,
Xavier

-- 
Xavier Scheuer <address@hidden>




reply via email to

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