bug-lilypond
[Top][All Lists]
Advanced

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

Issue 794 in lilypond: Arrow head upsets short arpeggios


From: codesite-noreply
Subject: Issue 794 in lilypond: Arrow head upsets short arpeggios
Date: Tue, 14 Jul 2009 15:28:18 +0000

Status: Accepted
Owner: v.villenave
Labels: Type-Defect Priority-Medium

New issue 794 by v.villenave: Arrow head upsets short arpeggios
http://code.google.com/p/lilypond/issues/detail?id=794

% New report from Robin Bannister:

% Although short arpeggios are generally correctly printed, when an arrow
% is specified it upsets the arpeggio's placement.

% It looks like ly:arpeggio::print is careless at     heads[dir] -=


\version "2.12.1" %reproduced with 2.13.3

workaround = \override Arpeggio #'positions =
 #(lambda (grob) (interval-widen (ly:arpeggio::calc-positions grob) 0.5))

{
 \override Arpeggio #'arpeggio-direction = #DOWN
 <c' g'>4 \arpeggio <c' f'>4 \arpeggio
% \workaround
 <c' e'>4 \arpeggio <c' d'>4 \arpeggio % arrow too long for one wiggle
}



Attachments:
        arrow_heads.png  5.2 KB

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




reply via email to

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