Issue 286: tremolo subdivisions on small staffs too large
http://code.google.com/p/lilypond/issues/detail?id=286

New issue report by gpermus:
%{
distance of Tremolo subdivisions in smaller 
staffs on notes without beam is too large
%}

\version "2.10.12"

\layout {
ragged-right = ##t
}

<<
  \new Staff \with {
    fontSize = #-4
    \override StaffSymbol #'staff-space = #(magstep -4)
  }
  \relative c' {c4:64 c:64 c8:64 c:64 c:64 c:64 c:64}

\new Staff
    \relative c' {c4:64 c:64 c8:64 c:64 c:64 c:64 c:64}
>>

Attachments:
        foo.preview.png  6.0 KB 


Issue attributes:
        Status: Accepted
        Owner: gpermus
        Labels: Type-Defect Priority-Medium

-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to