Am 26.06.2014 09:39, schrieb Pierre Perol-Schneider:
Hi James,
Sorry, I should have written "syntax" instead of "format"

2014-06-26 9:27 GMT+02:00 James <pkx1...@gmail.com>:


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
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)l

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

Reply via email to