On Sat, Feb 26, 2011 at 12:29 PM, MusFelix <musfe...@live.com> 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 - han...@xs4all.nl - http://www.xs4all.nl/~hanwen

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to