Mr. Payne:
Thank you for your reply and correction. The command was inserted (see
attached file). The stems are still of unequal length which is what I want
to avoid.
Does a command exist that shall make the stems equal length?
Mark
-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of
Nick Payne
Sent: Wednesday, May 08, 2013 8:23 PM
To: [email protected]
Subject: Re: beams and note stems
If you're using 2.16, then \once\override Beam #'concaveness = 0
On 09/05/13 13:07, Mark Stephen Mrotek wrote:
> Mr. O'Hara:
>
> Thank you for your reply and instruction. I followed it (see attached
file). This error message appears:
>
> syntax error, unexpected '=', expecting SCM_FUNCTION or SCM_IDENTIFIER or
SCM_TOKEN
> \once\override Beam.concaveness
> = 0
>
> What did I do wrong?
>
> Mark
>
> -----Original Message-----
> From: [email protected]
[mailto:[email protected]] On Behalf Of
Keith OHara
> Sent: Wednesday, May 08, 2013 8:55 AM
> To: [email protected]
> Subject: Re: beams and note stems
>
> Mark Stephen Mrotek <carsonmark <at> ca.rr.com> writes:
>
>> How can I get all of the notes beamed and the stems of consistent length?
>>
>
> \once\override Beam.concaveness = 0 % bug 657 before the first note of
the beam.
>
>
>
> _______________________________________________
> lilypond-user mailing list
> [email protected]
> https://lists.gnu.org/mailman/listinfo/lilypond-user
>
>
>
> _______________________________________________
> lilypond-user mailing list
> [email protected]
> https://lists.gnu.org/mailman/listinfo/lilypond-user
>
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user
\version "2.16.2"
global = {
\key des \major
\numericTimeSignature
\time 3/4
}
right = \relative c'' {
\global
s2.
}
left = \relative c' {
\global
\once\override Beam #'concaveness = 0
des,8 \times 4/6 { f32 [ aes des \change Staff = "right" f aes des ] } s2 |
}
\score {
\new PianoStaff \with {
instrumentName = "Piano"
} <<
\new Staff = "right" \right
\new Staff = "left" { \clef bass \left }
>>
\layout { }
}
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user