bug-lilypond
[Top][All Lists]
Advanced

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

Issue 692 in lilypond: slurs look bad when forced on the same direction


From: codesite-noreply
Subject: Issue 692 in lilypond: slurs look bad when forced on the same direction as the stems
Date: Wed, 08 Oct 2008 07:00:17 -0700

Issue 692: slurs look bad when forced on the same direction as the stems
http://code.google.com/p/lilypond/issues/detail?id=692

New issue report by v.villenave:
% When the slur is specifically positioned on the stem side and
% only two notes are slurred, the slur looks bad.

% The following example demonstrates the default behavior, then a
% manually positioned slur showing more what it ought to look like,
% and finally another slur showing the default behavior when there are
% more than two notes being slurred together (which looks better).


\version "2.11.61"

\relative c' {
% default, when slur is forced to stem side
 c^( d)
% positioned manually
 \once \override Slur #'positions = #'(0.8 . 1.2)
 c4^( e)
% default positioning if there are three or more.
 c^( d e2 f)
}


Issue attributes:
        Status: Accepted
        Owner: v.villenave
        Labels: Type-Defect Priority-Medium Engraving-nitpick

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