lilypond-user
[Top][All Lists]
Advanced

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

Re: overrideBeamSettings


From: Helge Kruse
Subject: Re: overrideBeamSettings
Date: Sun, 16 Jan 2011 09:52:39 +0100
User-agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; de; rv:1.9.1.5) Gecko/20091204 Lightning/1.0b1 Thunderbird/3.0

Am 15.01.2011 11:31, schrieb Xavier Scheuer:
On 15 January 2011 07:03, Helge Kruse<address@hidden>  wrote:

I have tried to set this excerpt from a score but failed with  some
problems:

1) As you can see there is a staff change again and again. It's annoying to
switch as shown below. Can this be done better?

You could use a variable to make the staff change command shorter but
staff changes _are_ annoying!  ;D

csu = {
   \change Staff = "2U"
   \stemUp
}
cso = {
   \change Staff = "2O"
   \stemDown
}

Thanks a lot, Xavier. I agree staff changes are annoying, but this should help the harp player to choose the right hand for the notes and so it is sensible. Since I have a lot of these stuff, Is there a way for a scheme function like this:

WriteInUpperStaff(#1) = { \cso #1 \csu }

How should I implement this?

I have found one measure that is a bit strange, see attached graphic.
The C note should be played in a octave to improve the sound. How to notate this cross-staffed?

Thanks,
Helge

Attachment: Capture.PNG
Description: PNG image


reply via email to

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