lilypond-user
[Top][All Lists]
Advanced

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

Re: Odp: Slur crossing through accidental


From: James Harkins
Subject: Re: Odp: Slur crossing through accidental
Date: Fri, 13 Jun 2014 11:23:39 +0800
User-agent: Trojita/v0.4.1-obs-69fa446; Qt/4.8.1; X11; Linux; Ubuntu 12.04.4 LTS

On Thursday, June 12, 2014 11:22:57 PM HKT, Karol Majewski wrote:
And of course you have to increase region size. So it should be:

\override Slur.details.region-size = #5
\override Slur.details.accidental-collision = #1000

Thanks, all, for the suggestions.

Increasing the slur region ended up pushing the slur rather high. So I ended up going back to \shape, and also pushing the accidental closer to the notehead (thanks to Malte's suggestion of extra-offset -- somehow I thought X-offset would work -- will try to remember extra-offset next time).

That gives me something acceptable (attached). The octave slur is perhaps a tiny bit flamboyant, but I found in my \shape experiments that a too-flat slur ends up looking like some kind of strange line modifying the flat symbol, rather than a slur. The slight downward curve at the right-hand end makes it much more obviously a slur.

\version "2.18.2"
\language "english"

\relative c {
 \clef bass
 \time 6/8
 bf8 ( d' ) r8
 \shape #'((0 . -0.5) (0 . 1) (0 . 1) (0 . 0.4)) Slur
 bf,16 (
 \once \override Accidental #'extra-offset = #'(0.25 . 0)
 bf' ) d ( bf d bf )
}

Thanks again!
hjh

Attachment: fixed-slur.png
Description: PNG image


reply via email to

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