lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 3970 in lilypond: Doc: NR 1.3.1 Expressive marks a


From: lilypond
Subject: [Lilypond-auto] Issue 3970 in lilypond: Doc: NR 1.3.1 Expressive marks attached to notes, has v.2.16 format
Date: Thu, 26 Jun 2014 07:52:06 +0000

Status: Accepted
Owner: ----
Labels: Type-Documentation

New issue 3970 by address@hidden: Doc: NR 1.3.1 Expressive marks attached to notes, has v.2.16 format
http://code.google.com/p/lilypond/issues/detail?id=3970

2014-06-11 16:39 GMT+02:00 Pierre Perol-Schneider <
address@hidden>:

Hi Editors,

Following pargarph (in* Creating a delayed turn*) :

http://lilypond.org/doc/v2.18/Documentation/notation/expressive-marks-attached-to-notes.html#articulations-and-ornamentations

uses the v2.16 script.

Cheers,
Pierre

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



'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

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings



reply via email to

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