"Andreas Loosen" <[EMAIL PROTECTED]> writes:

> I'm new to lilypond, already search the archives about this topic, but they
> seem only to cover text clashes with slurs or something.
> This is is something similar, but with articulations. I'm not able to solve
> this. Can somebody help me?
> d'' (e''-\upbow) f''

Try:

    \score{
        \notes\relative c''{
            \property Voice.Slur \set #'extra-offset = #'(0 . 1)
            d (e-\upbow) f
        }
        \paper{
            linewidth = -1.0
        }
    }

Would you please include a full snippet next time?

Greetings,
Jan.
    
-- 
Jan Nieuwenhuizen <[EMAIL PROTECTED]> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org



_______________________________________________
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user

Reply via email to