bug-lilypond
[Top][All Lists]
Advanced

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

Re: avoid-slur not set?


From: Mats Bengtsson
Subject: Re: avoid-slur not set?
Date: Fri, 06 Oct 2006 08:02:05 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.7) Gecko/20060911 Red Hat/1.0.5-0.1.el4 SeaMonkey/1.0.5

See http://lists.gnu.org/archive/html/lilypond-user/2006-10/msg00077.html

  /Mats

Jay Anderson wrote:
Running the following lilypond file:
-----
\version "2.9.21"

\score
{
 \new Staff
 {
   \relative c'
   {
     c8-.( d-- e-> f-^ g-+ a-_ b-| c-\open) |
     c,8-\espressivo( d-\upbow e-\downbow f-\trill g-\thumb a-\lheel
b-\rheel c-\turn) |
   }
 }
 \layout
 {
   ragged-right = ##t
 }
}
-----

I get the following warnings (not to mention collisions):
-----
bug3.ly:9:21: warning: Ignoring grob for slur. avoid-slur not set?
     c8-.( d-- e-> f
                    -^ g-+ a-_ b-| c-\open) |
bug3.ly:9:25: warning: Ignoring grob for slur. avoid-slur not set?
     c8-.( d-- e-> f-^ g
                        -+ a-_ b-| c-\open) |
bug3.ly:10:53: warning: Ignoring grob for slur. avoid-slur not set?
     c,8-\espressivo( d-\upbow e-\downbow f-\trill g
                                                    -\thumb a-\lheel
b-\rheel c-\turn) |
bug3.ly:10:62: warning: Ignoring grob for slur. avoid-slur not set?
     c,8-\espressivo( d-\upbow e-\downbow f-\trill g-\thumb a
                                                             -\lheel
b-\rheel c-\turn) |
bug3.ly:10:71: warning: Ignoring grob for slur. avoid-slur not set?
     c,8-\espressivo( d-\upbow e-\downbow f-\trill g-\thumb a-\lheel b

-\rheel c-\turn) |
bug3.ly:10:80: warning: Ignoring grob for slur. avoid-slur not set?
     c,8-\espressivo( d-\upbow e-\downbow f-\trill g-\thumb a-\lheel
b-\rheel c -\turn) |[2]
-----

I can understand not having all of these set, but the marcato '^',
stopped '+', thumb, and turn ought to have some sort of default. In a
few of my files I've been doing the following to get around this:

\override Script #'avoid-slur = #'inside

But I'm not sure this is the best work around. Thanks for the help.

-----Horndude77


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