lilypond-user
[Top][All Lists]
Advanced

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

Re: Slur offset over articulations: Error or Intentional?


From: Han-Wen Nienhuys
Subject: Re: Slur offset over articulations: Error or Intentional?
Date: Mon, 28 Feb 2011 01:26:38 -0300

On Sat, Feb 26, 2011 at 12:29 PM, MusFelix <address@hidden> wrote:
> Thanks.  But that only works when the articulation is on the notehead side,
> not when it is on the bar side.  See this:
>
> \version "2.13.51"
> \include "english.ly"
> \relative c'
> {
>        \override Slur #'details #'steeper-slope-factor = #0
>        \override Slur #'details #'non-horizontal-penalty = #0.0
>
>    \clef bass
>    c4( c c c-.)
>    << { c8( c c c) c( c c c-.) }
>    \\ { g4 g g g}
>    >>
> }
> http://old.nabble.com/file/p31020370/lilypondSnippetPicture.png
>
> Is there a thorough explanation of the #'details for slurs that I can read
> somewhere?


You can set debug-slur-scoring = ##t in the \layout block to get some
more info, and you can use the #'inspect-quants property to see what
penalties a given configuration has.  You'd need to study the source
code to find all of the parameters you can set.

-- 
Han-Wen Nienhuys - address@hidden - http://www.xs4all.nl/~hanwen



reply via email to

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