bug-lilypond
[Top][All Lists]
Advanced

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

Re: [DOC] 1.3.1 Expressive marks attached to notes, has v.2.16 format


From: Pierre Perol-Schneider
Subject: Re: [DOC] 1.3.1 Expressive marks attached to notes, has v.2.16 format
Date: Thu, 26 Jun 2014 09:39:36 +0200

Hi James,
Sorry, I should have written "syntax" instead of "format"

2014-06-26 9:27 GMT+02:00 James <address@hidden>:


> Can you be a bit more specific as I don't understand what you are stating?
>

'Creating a delayed turn'
...
\once \override AccidentalSuggestion #'outside-staff-priority = ##f
\once \override AccidentalSuggestion #'avoid-slur = #'inside
\once \override AccidentalSuggestion #'font-size = #-3
\once \override AccidentalSuggestion #'script-priority = #-1
...

should be :
...
\once \override AccidentalSuggestion.outside-staff-priority = ##f
\once \override AccidentalSuggestion.avoid-slur = #'inside
\once \override AccidentalSuggestion.font-size = #-3
\once \override AccidentalSuggestion.script-priority = #-1
...

or even :
...
\once \override AccidentalSuggestion.font-size = -3
\once \override AccidentalSuggestion.script-priority = -1
...

Cheers,

Pierre


reply via email to

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