lilypond-user
[Top][All Lists]
Advanced

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

Re: Lowering AccidentalSuggestion objects


From: Brent Annable
Subject: Re: Lowering AccidentalSuggestion objects
Date: Sun, 11 Sep 2011 00:36:57 +0200

Hey Xavier,

Thanks for the reply. I had a deadline this afternoon so did some coffee-fuelled research of my own this morning, and came across precisely that solution. And it worked! Now it looks pretty.

Cheers,

Brent.

On 10 September 2011 13:18, Xavier Scheuer <address@hidden> wrote:
On 10 September 2011 10:18, Brent Annable <address@hidden> wrote:
>
> Hello everyone,
> Here's a little example of the situation I'm talking about:
> \score {
> \new Staff = "Discantus"
> \new Voice = "Discantus" \relative c'' {
> \set suggestAccidentals = ##t
> \override AccidentalSuggestion #'Y-offset = 1
> g1 g g g g g g g \break
> g g g g gis \fermata
> }
> }
> Here, with a Y-offset value of 1, the accidental is in the same place as it
> would be if the \override command weren't there. Only when the number is
> above 5 does the accidental start to move upwards.

Hi,

Add  \override AccidentalSuggestion #'outside-staff-priority = ##f
to permit the AccidentalSuggestion to be printed inside the staff.

Then you can play with  \override AccidentalSuggestion #'Y-offset = #2

Hope that helps.

Cheers,
Xavier

--
Xavier Scheuer <address@hidden>


reply via email to

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