lilypond-user
[Top][All Lists]
Advanced

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

Re: force flat beam in piano staff that uses \autochange


From: Nick Payne
Subject: Re: force flat beam in piano staff that uses \autochange
Date: Thu, 07 Feb 2013 08:47:34 +1100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130106 Thunderbird/17.0.2

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
    }
  }
}



reply via email to

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