On 26/06/14 08:39, Pierre Perol-Schneider wrote: > Sorry, I should have written "syntax" instead of "format" > > 2014-06-26 9:27 GMT+02:00 James <[email protected] > <mailto:[email protected]>>: > > > 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 Thanks
http://code.google.com/p/lilypond/issues/detail?id=3970 James _______________________________________________ bug-lilypond mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-lilypond
