lilypond-user
[Top][All Lists]
Advanced

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

Re: How to typeset a voice cross over mark on a piano staff ?


From: Harald Christiansen
Subject: Re: How to typeset a voice cross over mark on a piano staff ?
Date: Tue, 13 Dec 2016 09:26:27 +1000

OK, I managed to put together a hack
(based on an idea from Simon: simple voice construct, hiding second voice)

Looks to me as a rather ugly hack ;-) but at least I got what I wanted in a relatively simple form.

% insert a courtesy voice cross over sign: melody changes from RH to LH (this is _not_ a glissando) 
   <<
       { a4 r4 } \\
       { \hideNotes \once \override Glissando.style = #'dashed-line a4 \glissando \change Staff = "lower" f4 }
   >> 

Thanks to all

Cheers,
Harald


On Tue, Dec 13, 2016 at 9:05 AM, Harald Christiansen <address@hidden> wrote:
Hi Simon

Thanks for your reply.

I don't think I understand your solution.

Are you suggesting to add a new voice trough all the score for just one sign in one place?
(I tried to add a new voice locally but I couldn't figure it out, it created a horrible mess even with \cadenzaOn)

PS. I am always replying to the list, not "Reply All" because then people who replied to the thread would receive 2 copies (one personal, one to the list)

Regards,
Harald



On Mon, Dec 12, 2016 at 10:19 PM, Simon Albrecht <address@hidden> wrote:
On 12.12.2016 02:27, Harald Christiansen wrote:
It is NOT one voice in the technical meaning of Lilypond ... it is more virtual, so to speak.

Then you still need one voice that changes staves, because a VoiceFollower is definitely the right thing to use, and easiest as well. Maybe try an extra voice with \hideNotes?
Also, please keep communication on-list (using Reply All) always. Others may be interested in the solution, or able to help out more competently than I.

Best, Simon



--
Nihil verus. Omnia possibilia.



--
Nihil verus. Omnia possibilia.

reply via email to

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