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: Simon Albrecht
Subject: Re: [DOC] 1.3.1 Expressive marks attached to notes, has v.2.16 format
Date: Thu, 26 Jun 2014 12:57:13 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.4.0

So sorry, wrong list…

Am 26.06.2014 12:53, schrieb Simon Albrecht:

Am 26.06.2014 09:39, schrieb Pierre Perol-Schneider:

\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
Attention: this only works with non-negative numbers as the - is parsed as a post event identifier, not as a minus. So it’s still necessary to spell out the hash sign for negative numbers.
Else you’re certainly right.

Best, Simon

(I added this as a comment in the issue tracker, also)

_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user




reply via email to

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