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
_______________________________________________ bug-lilypond mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/bug-lilypond