Hi all,
On 14/08/2026 18:46, Tina Petzel wrote:
Hi all,
Can you propose a better wording here?
I suppose a good description might be:
```The distance in staff-spaces a voiced Rest is moved away from the center
line in the respective direction of the voice.```
or something like that. I know it is not fully technically correct (staff
position 0 is not necessarily the center line, the rest is of course not moved,
but specifically placed in this point, but I think this quite clear in layman’s
terms.
Instead of “center line” I’d say ”non-voiced default” or something.
I tested a little more and realised that my own proposal was wrong
itself, because the rounding behaviour is more varied. Look at the
example below: with that state of affairs I’d say scrapping the property
altogether makes more sense than trying to give a useful description of
what it does. (As long as someone™ doesn’t create a better solution for
issue 3902, that is…) Surely once you’re overriding this vertical
position, you’ll very frequently want it outside the staff lines.
Best, Simon
\version "2.27.0"
{
\voiceOne
\tweak voiced-position 0 R1
\tweak voiced-position 1 R1
\tweak voiced-position 1.9 R1
\tweak voiced-position 2 R1
\tweak voiced-position 3 R1
\tweak voiced-position 10 R1
\tweak voiced-position #-.7 R1
\tweak voiced-position -1 R1
\tweak voiced-position -10 R1
}