Re: parenthesizing only part of an articulation

2012-05-06 Thread Eluze



Am 05.05.2012 23:20, schrieb Urs Liska:

Am 05.05.2012 23:08, schrieb Eluze:



Am 05.05.2012 13:22, schrieb Urs Liska:

Thanks, this works (don't know why I didn't find out myself ...)
I had to tweak extra-offset instead of padding, because the tenuto 
is also misplaced horizontally (maybe it's aligned to the left 
bracket instead of the staccato).


Best
Urs


personally I try to avoid extra-offset…

at a first glance I also thought the tenuto is not centered correctly 
- but then I magnified the pdf/png file and it looked much better 
(maybe an optical illusion due to the inclination of the note head?) 
- did you try to print the result? how does this look?

Well, I know that extra-offset isn't for everyday use ;-)
But with -\tweak #'extra-offset #'( 0.35 . 0.4 ) I get the result I 
have attached - and I think that's just right ...


thanks for the picture - now only I understand what's going on and why 
you had to adjust the horizontal alignment:


you have a \voiceOne situation where the articulations are written in 
the same direction as the stem - and the staccato is not centered here 
(deliberately?) but closer to the stem. in normal situations - when 
the the script is opposite to the stem - it is centered on the notehead!


Eluze

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


parenthesizing only part of an articulation

2012-05-05 Thread Urs Liska

Hi list,

I have something like
c2-_
and need to enclose the 'staccato' part of the articulation with 
parentheses (as this is an editor's addition). Unfortunately I didn't 
find a way to do this. Also it doesn't seem to work to add the -. and 
the -- separately.


How could I achieve this?

Thanks in advance
Urs

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: parenthesizing only part of an articulation

2012-05-05 Thread Nick Payne

On 05/05/12 17:06, Urs Liska wrote:

Hi list,

I have something like
c2-_
and need to enclose the 'staccato' part of the articulation with 
parentheses (as this is an editor's addition). Unfortunately I didn't 
find a way to do this. Also it doesn't seem to work to add the -. and 
the -- separately.


c2---\parenthesize-.

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: parenthesizing only part of an articulation

2012-05-05 Thread Eluze

hi

did you mean something like

c2 -\parenthesize -. -\tenuto

imo it does not look perdect, but maybe you can tweak the tenuto to keep 
more distance:


c -\parenthesize -.  -\tweak #'padding #5 -\tenuto

hth
Eluze

Am 05.05.2012 09:06, schrieb Urs Liska:

Hi list,

I have something like
c2-_
and need to enclose the 'staccato' part of the articulation with 
parentheses (as this is an editor's addition). Unfortunately I didn't 
find a way to do this. Also it doesn't seem to work to add the -. and 
the -- separately.


How could I achieve this?

Thanks in advance
Urs

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: parenthesizing only part of an articulation

2012-05-05 Thread Urs Liska
Thanks, this works (don't know why I didn't find out myself ...)
I had to tweak extra-offset instead of padding, because the tenuto is also 
misplaced horizontally (maybe it's aligned to the left bracket instead of the 
staccato).

Best
Urs
-- 
Diese Nachricht wurde von meinem Android-Mobiltelefon mit K-9 Mail gesendet.



Eluze elu...@gmail.com schrieb:

hi

did you mean something like

c2 -\parenthesize -. -\tenuto

imo it does not look perdect, but maybe you can tweak the tenuto to keep 
more distance:

c -\parenthesize -. -\tweak #'padding #5 -\tenuto

hth
Eluze

Am 05.05.2012 09:06, schrieb Urs Liska:
 Hi list,

 I have something like
 c2-_
 and need to enclose the 'staccato' part of the articulation with 
 parentheses (as this is an editor's addition). Unfortunately I didn't 
 find a way to do this. Also it doesn't seem to work to add the -. and 
 the -- separately.

 How could I achieve this?

 Thanks in advance
 Urs

_

 lilypond-user mailing list
 lilypond-user@gnu.org
 https://lists.gnu.org/mailman/listinfo/lilypond-user

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: parenthesizing only part of an articulation

2012-05-05 Thread Eluze



Am 05.05.2012 13:22, schrieb Urs Liska:

Thanks, this works (don't know why I didn't find out myself ...)
I had to tweak extra-offset instead of padding, because the tenuto is also 
misplaced horizontally (maybe it's aligned to the left bracket instead of the 
staccato).

Best
Urs


personally I try to avoid extra-offset…

at a first glance I also thought the tenuto is not centered correctly - 
but then I magnified the pdf/png file and it looked much better (maybe 
an optical illusion due to the inclination of the note head?) - did you 
try to print the result? how does this look?


Eluze



___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: parenthesizing only part of an articulation

2012-05-05 Thread Urs Liska

Am 05.05.2012 23:08, schrieb Eluze:



Am 05.05.2012 13:22, schrieb Urs Liska:

Thanks, this works (don't know why I didn't find out myself ...)
I had to tweak extra-offset instead of padding, because the tenuto is 
also misplaced horizontally (maybe it's aligned to the left bracket 
instead of the staccato).


Best
Urs


personally I try to avoid extra-offset…

at a first glance I also thought the tenuto is not centered correctly 
- but then I magnified the pdf/png file and it looked much better 
(maybe an optical illusion due to the inclination of the note head?) - 
did you try to print the result? how does this look?

Well, I know that extra-offset isn't for everyday use ;-)
But with  -\tweak #'extra-offset #'( 0.35 . 0.4 ) I get the result I 
have attached - and I think that's just right ...


Thanks again
Urs


Eluze



___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


attachment: Centered-tenuto.png___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user