lilypond-user
[Top][All Lists]
Advanced

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

Re: unassthetic slurs


From: address@hidden
Subject: Re: unassthetic slurs
Date: Wed, 6 Jun 2012 23:50:39 +0200

On 6 juin 2012, at 19:52, Stefan Thomas wrote:

Dear Mike,
thanks for Your help.
I've never heard before about 'head-slur-distance-max-ratio' and ''head-slur-distance-factor '
Is it mentione somewehre in the Manual?

2012/6/6 address@hidden <address@hidden>
On 5 juin 2012, at 21:30, Stefan Thomas wrote:

> Dear community,
> the slurs in bar 2 and 3 are a bit unaesthetic, in my opinion.
> Is there a possibility to get a better output whithout tweaking every single slur?
>
> %%%%%%%%%% snippet %%%%%%%%%
> \version "2.14.2"
> \new Staff { \clef bass
>  \time 3/4
>      <fis, c >8( g e'2)  | % 1
>      <gis, fis >8( a es'2)  | % 2
>      \time 4/4
>      <fis, c >8( bes g cis' e'4. cis'8) | % 3
>
> %%%%%%%%%5 END %%%%%%%%%%%

This problem has been fixed in the most development version.

For 2.14.2, try

\override Slur #'height-limit = #1.0 % or lower
\override Slur #'details #'head-slur-distance-max-ratio = #2 % or lower
\override Slur #'details #'head-slur-distance-factor = #100 % or higher

This gave decent output in your case.

Cheers,
MS


This I don't know...hopefully someone who knows the manual better than I can answer. There is likely some info in the internals reference under the entry for Slur.

Cheers,
MS



reply via email to

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