lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 3653 in lilypond: Beam ends not matched to Sta


From: lilypond
Subject: Re: [Lilypond-auto] Issue 3653 in lilypond: Beam ends not matched to StaffSymbol thickness
Date: Sun, 10 Nov 2013 10:48:59 +0000


Comment #2 on issue 3653 by address@hidden: Beam ends not matched to StaffSymbol thickness
http://code.google.com/p/lilypond/issues/detail?id=3653

\markup {
  \scale #'(3 . 3)
  \score {
    <<
      % normal staff - everything is okay
      \new Staff
      \relative f' {
        a8[ a]
      }

      % if we decrease or increase stem thickness, beam adapts correctly
      \new Staff
      \relative f' {
        \override Stem #'thickness = #(magstep -12)
        a8[ a]
        \override Stem #'thickness = #(magstep 12)
        a8[ a]
      }

      % but if we change staff thickness, which influences stem thickness,
      % beams are wrong (if you zoom at the first beam, you'll see that
      % it's too long; the second one is obviously too short).
      \new Staff
      \relative f' {
        \override Staff.StaffSymbol #'thickness = #(magstep -12)
        a8[ a]
        \stopStaff
        \override Staff.StaffSymbol #'thickness = #(magstep 12)
        \startStaff
        a8[ a]
      }
    >>
    \layout {
      indent = 0
    }
  }
}

Attachments:
        wrong beam length.png  37.0 KB

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings



reply via email to

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