lilypond-user
[Top][All Lists]
Advanced

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

Re: cross-staff voice indication


From: Valentin Villenave
Subject: Re: cross-staff voice indication
Date: Thu, 19 Mar 2009 00:15:26 +0100

2009/3/19 Florian Hollerweger <address@hidden>:

(sorry, I missed your second mail)

> It seems that staff-change lines do not work whenever they have to operate
> in a voice context (version 2.10.33)?

Actually, it's the opposite: followVoice or showStaffSwitch only work
at a Voice level.

But in your example, you created a new Voice context just afterwards,
so the setting was ignored.

>    \new Staff = "one" \relative c' {
>      \showStaffSwitch
>      \new Voice = "myvoice" {          % TRY ALSO WITH THIS LINE...

This is where you were wrong: since \showStaffSwitch already created a
Voice context (implicitly), you actually created a new one just
afterwards, and therefore the setting was ignored.

Try putting \showStaffSwitch *after* having created your Voice (i.e.
in the "myvoice" block).

Regards,
Valentin




reply via email to

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