2013/11/7 David Nalesnik <david.nales...@gmail.com>

> On Wed, Nov 6, 2013 at 1:32 PM, Gilberto Agostinho <
> gilbertohasn...@gmail.com> wrote:
>
> > When using \autochange, the slope of the beams look ugly against the
> staff
> > lines:
> >
>
> It's not specifically a problem with \autochange.  You get the same
> behavior with manual staff changes:
>
> up = \change Staff = "top"
> down = \change Staff = "down"
>
> \markup { With manual staff changes }
> \new PianoStaff <<
>   \new Staff = "top" {
>     \relative c' {
>     \time 2/4
>     % can't change staff at beginning of context
>     % without the following:
>     s2*0
>     \down gis16 c,,32 \up e'' f \down cis, d16
>     \up d'16 c \down b32 bes \up d c
>     \bar "|."
>     }
>   }
>   \new Staff = "down" {
>     \clef bass
>     s2*0 s2
>   }
> >>
>

this is issue 1681:
https://code.google.com/p/lilypond/issues/detail?id=1681
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to