bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 1612 in lilypond: Change staff produces long stems


From: lilypond
Subject: Re: Issue 1612 in lilypond: Change staff produces long stems
Date: Fri, 15 Apr 2011 03:36:31 +0000


Comment #4 on issue 1612 by address@hidden: Change staff produces long stems
http://code.google.com/p/lilypond/issues/detail?id=1612

One simple solution is to switch off beam collisions for automatic beams.

reduced snippet:

\version "2.13.58"
<<
  \new Staff{
    \clef treble
    \time 2/4
    b4 b'8 b'
    \change Staff = "bottom"
    b
  }
  \new Staff = "bottom"{
    \clef bass
    \autoBeamOff
    c4 c8[ c] | c
  }






reply via email to

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