Issue 525: repeat tremolo can't force stem downs
http://code.google.com/p/lilypond/issues/detail?id=525

New issue report by gpermus:
%{ console message:
foo.ly:8:22: warning: weird stem size, check for narrow beams
 \repeat tremolo 16 {
                     d,32 a'32 }
foo.ly:8:27: warning: weird stem size, check for narrow beams
 \repeat tremolo 16 {d,32
                          a'32 }
%}

\version "2.11.35"
\paper{ragged-right = ##t}

\relative {
 \stemUp
 \repeat tremolo 16 {d32 a'32 }
 \stemDown
 \repeat tremolo 16 {d,32 a'32 }
}


Attachments:
        foo.preview.png  1.4 KB


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

--
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