Hi,

On Thu, Apr 24, 2014 at 2:41 PM, tisimst <[email protected]> wrote:

> Knute,
>
> I tried some of the more simple tweaks, but they didn't seem to give me
> what
> you wanted. However, here's a *slightly* more advanced tweak that I got to
> work:
>
> \version "2.18.2"
> \language "english"
>
> {
>   \time 5/4
>   \key af \major
>   <af df' f'>4 <g bf ef'> <c' ef' af'>
>   <<
>     {
>       bf'8 ( [ ef'' ] c'' )
>     }
>     \\
>     {
>       <<
>         {
>           \shape #'((0.9 . 1.8) (0.6 . 2.1) (0.3 . 2.1) (0 . 1.8)) Slur  %
> <-- make the changes here
>           g'4 ( af'8 )
>         }
>

You can also use a tweak syntax for \shape.  Replace the { } block above
with

 {

  g'4-\shape #'((0.9 . 1.8) (0.6 . 2.1) (0.3 . 2.1) (0 . 1.8)) ( af'8 )

}


       {
>           ef'4 ~ ef'8
>         }
>       >>
>     }
>   >>
>   r8
> }
>
>
> The other points follow the same philosophy, and don't forget the "Slur" at
> the end of the line.
>

Easy to forget.  The tweak syntax is helpful here.

HTH,
David
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to