bug-lilypond
[Top][All Lists]
Advanced

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

lilypond 2.3.16 bug report


From: Christophe Papazian
Subject: lilypond 2.3.16 bug report
Date: Tue, 14 Sep 2004 15:26:48 +0200

Is it a bug or a new feature ?
phrasingslurs use all the specifications of Slur grob instead of PhrasingSlur grob... It prevents from using different visual aspects between slurs and phrasing slurs...

some little .ly file to see the bug in action :

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\version "2.3.16"
\score {
\relative {
    c ( d )
    \override Slur #'thickness = #3
    e ( f )
    g \( a \)
    \override PhrasingSlur #'thickness = #0.1
    b\( c\)
    \override Slur #'thickness = #0.3
    d\( e\) }
\addlyrics{"phrasingslurs use specifications of Slur instead of PhrasingSlur"}
\paper{}  }

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
________________________________________
Christophe Papazian
Happy user of lilypond
France





reply via email to

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