[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: tiny correction to NR
From: |
James |
Subject: |
Re: tiny correction to NR |
Date: |
Mon, 20 Sep 2010 18:36:20 +0100 |
User-agent: |
Mozilla/5.0 (Windows; U; Windows NT 6.1; en-GB; rv:1.9.2.9) Gecko/20100825 Thunderbird/3.1.3 |
hello,
On 20/09/2010 18:12, Vicente Solsona wrote:
hello,
the example in the third entry of NR "4.6.2 Changing spacing" is inaccurate
afaik:
---------8<---------------------
e4 c g\f c
\override DynamicText #'extra-offset = #'( -2.2 . 2.0)
e4 c g\f c
---------8<---------------------
#'extra-offset does *not* affect vertical nor horizontal spacing, so it
does not save vertical space. we have to disable the collision first so
the dynamics don't take vertical space and then move it for aesthetical
purposes, so the valid example should be (after a native english revision):
I don't really understand this. That is the example above simply moves a
dynamic such that it doesn't 'hang down' as lower as it did before.
Sure this in and of itself will help reduce the spacing?
This example is stating that #'extra-offset affects vertical spacing but
simply by using this 'tweak' you are moving an 'object' such that it no
longer hangs down as much and so take less overall vertical space.
---------8<---------------------
e4 c g\f c
\override DynamicLineSpanner #'outside-staff-priority = ##f % make
dynamics not to take vertical space
\override DynamicText #'extra-offset = #'(-2.2 . 2.2) % place the
dynamics manually to improve appearance
e4 c g\f c
---------8<---------------------
So then making the #'outside-staff-priority = ##f while technically a
valid point, is (probably) not necessary - at least just for this
Notation Reference illustration.
Or did I miss something?
side note: why \once doesn't work in the previous example (in 2.12.3)?
I cannot answer that, sorry.
James
Re: tiny correction to NR, Dmytro O. Redchuk, 2010/09/29