On 07/02/13 07:57, Michael Winter wrote:
Dear All,

I have a piano staff that is using \autochange. The notes are just running 
16ths throughout. In a beamed group, sometimes the notes are all in the upper 
staff, sometimes they are all in the lower staff, and sometimes they are in 
both. What I really want to do is force the beam to be flat and centered 
between the two staves. Is this possible?

This will force all beams to be between
\version "2.16.2"

\new PianoStaff {
  \autochange {
    \relative c'' {
      \override Beam #'positions = #'(4.5 . 4.5)
      b16 b b,, b
    }
  }
}

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to