lilypond-user
[Top][All Lists]
Advanced

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

Re: forgot the beautiful music :-(


From: Atte Andre Jensen
Subject: Re: forgot the beautiful music :-(
Date: Thu, 15 Aug 2002 22:15:56 +0200 (CEST)

On Thu, 15 Aug 2002, Jan Nieuwenhuizen wrote:

> Atte Andre Jensen <address@hidden> writes:
>
> > Classical mistake... Her goes:
>
> You also forgot an \).  Anyway, try setting height-limit (the height
> of a very long slur).

Another classical mistake, sorry. Must work on my copy/paste chops :-)

> \include "paper20.ly"
> \version "1.5.63"
> melody = \notes  \relative c'' \context Voice = LHa {
>     | c8 \( (d e ) f g ( a b ) c
>     | c ( b a ) g f ( e d )\) c
> }
>
> \score {
>     \context Staff = melody {
>       \property Staff.PhrasingSlur \override #'details
>       = #'(
>       ;;(height-limit . 2.0)
>       (height-limit . 8.0)
>       (ratio . 0.333)
>       (force-blowfit . 0.5)
>       (bezier-pct-c0 . -0.2) (bezier-pct-c3 . 0.000006)
>       (bezier-pct-out-max . 0.8) (bezier-pct-in-max . 1.2)
>       (bezier-area-steps . 1.0))
>
>       \time 4/4
>       \melody
>     }
>     \paper {
>     }
> }

Great! Exactly what I need!

Just for another times sake; what steps should I have taken to figure this
out myself?

-- 
peace, love & harmony
Atte





reply via email to

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