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: lilypond-user-bounces+carsonmark=ca.rr....@gnu.org 
[mailto:lilypond-user-bounces+carsonmark=ca.rr....@gnu.org] On Behalf Of Keith 
OHara
Sent: Wednesday, May 08, 2013 8:55 AM
To: lilypond-user@gnu.org
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
lilypond-user@gnu.org
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
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to