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: Roland Goretzki
Subject: Re: Slur offset over articulations: Error or Intentional?
Date: Mon, 28 Feb 2011 22:00:27 +0100
User-agent: Mutt/1.5.13 (2006-08-11)

Hello list, hello MusFelix,

You 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
> [ ... ]

Perhaps this is a polyphonic problem?

With \version "2.12.2" I get Your wanted result with

        \override Staff.Slur #'details #'steeper-slope-factor = #0
        \override Staff.Slur #'details #'non-horizontal-penalty = #0.0
or
        \override Score.Slur #'details #'steeper-slope-factor = #0
        \override Score.Slur #'details #'non-horizontal-penalty = #0.0

instead of

        \override Slur #'details #'steeper-slope-factor = #0
        \override Slur #'details #'non-horizontal-penalty = #0.0

Best Regards           Roland



reply via email to

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