lilypond-user
[Top][All Lists]
Advanced

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

Re: Ordering of Script glyphs


From: Lukas-Fabian Moser
Subject: Re: Ordering of Script glyphs
Date: Wed, 20 Feb 2019 19:28:40 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0

Am 20.02.19 um 13:52 schrieb Andrew Bernard:
Is there any way to instruct lilypond to always place accents above a note first, and then blowing marks? They are all Scripts. I am fully aware of LSR 447 and 965 but I have thousands and I don't want to \tweak each one. LSR 255 does not seem to apply, for some reason. If I specify string number before or after upbow or downbow it makes no difference, and seems to vary in a manner that looks to me random, sometimes one way, sometimes the next. I want to achieve a consistent style: accents - bowing - string number vertically stacked.

(In my tests, accents are put nearer to the note heads than bowing marks, as you desire... but maybe that's sheer luck.)

You might redefine your bowings and accents:

upbow = -\tweak script-priority [some-number] \upbow

accent = -\tweak script-priority [some-number] \accent
dashLarger = \accent

Redefining dashLarger seems to be necessary in order to let -> reflect the new definition. Of course, this has to be repeated for staccato etc., but only once.

I'm not quite sure what you mean by string numbers - Roman numbers indicating I, II, III, IV? Are these text-scripts?

Lukas


reply via email to

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