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: Michael Winter
Subject: Re: force flat beam in piano staff that uses \autochange
Date: Wed, 6 Feb 2013 17:39:42 -0800

This does not work when there are groups of notes beamed together that are either all in the upper staff or in the lower staff. I assume it would only work if you could guarantee that all notes grouped under a beam have notes in both the upper and lower staves.

thanks,

Mike

On Feb 6, 2013, at 4:10 PM, address@hidden wrote:


Message: 2
Date: Thu, 07 Feb 2013 08:58:22 +1100
From: Nick Payne <address@hidden>
To: address@hidden
Subject: Re: force flat beam in piano staff that uses \autochange
Message-ID: <address@hidden>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

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?

Sorry. Accidentally pressed send too soon on previous msg. Override the 
beam damping.

\version "2.16.2"

\new PianoStaff {
  \autochange {
    \relative c'' {
      \override Beam #'damping = #+inf.0
      b16 b b,, b
      b b b'' b
    }
  }
}



------------------------------

Message: 3
Date: Wed, 06 Feb 2013 22:58:28 +0100
From: Noeck <address@hidden>
To: address@hidden
Subject: Re: force flat beam in piano staff that uses \autochange
Message-ID: <address@hidden>
Content-Type: text/plain; charset=UTF-8


Am 06.02.2013 22:47, schrieb Nick Payne:
\new PianoStaff {
 \autochange {
   \relative c'' {
     \override Beam #'positions = #'(4.5 . 4.5)
     b16 b b,, b
   }
 }
}

Do you mean, #'(-4.5 . -4.5) ?


reply via email to

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