bug-lilypond
[Top][All Lists]
Advanced

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

Re: lilypond 2.3.16 bug report


From: Mats Bengtsson
Subject: Re: lilypond 2.3.16 bug report
Date: Tue, 14 Sep 2004 16:31:16 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.2) Gecko/20040803

This bug was so simple to solve that I fixed in the CVS archive,
to appear in the next release.

  /Mats

Christophe Papazian wrote:
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



_______________________________________________
bug-lilypond mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/bug-lilypond

--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
        Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================




reply via email to

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