Re: expressive marks alignment, accent position

2009-03-11 Thread Germain G. Ivanoff-Trinadtzaty
Mats Bengtsson wrote : I would rather recommend the following setting: \override Script #'quantize-position = ##f (or perhaps \override Score.Script #'quantize-position = ##f to make sure that it applies also to the temporary Voice contexts created when you use the <<{...} \\ {...} >> construct.)

Re: expressive marks alignment, accent position

2009-03-10 Thread Mats Bengtsson
Germain G. Ivanoff-Trinadtzaty wrote: Thanks to Neil Thornock, I've worked it out : 1) In the following snippet, I'd like the accents to be placed above the staff : { d'1-> d'2-> a'-> a'1-> } { \override Script #'direction = #UP d'1-> d'2-> a'-> a'1-> } 2) Here I want all the accents be ali

Re: expressive marks alignment, accent position

2009-03-10 Thread Germain G. Ivanoff-Trinadtzaty
Thanks to Neil Thornock, I've worked it out : 1) In the following snippet, I'd like the accents to be placed above the staff : { d'1-> d'2-> a'-> a'1-> } { \override Script #'direction = #UP d'1-> d'2-> a'-> a'1-> } 2) Here I want all the accents be aligned (horizontally), outside (above) t

Re: expressive marks alignment, accent position

2009-03-10 Thread Germain G. Ivanoff-Trinadtzaty
Dear all, 1) In the following snippet, I'd like the accents to be placed above the staff : { d'1-> d'2-> a'-> a'1-> } have you tried { d'1^> d'2^> a'^> a'1^> } ? Not suitable for my general purpose. G. ___ lilypond-user mailing list lilypond-

Re: expressive marks alignment, accent position

2009-03-10 Thread James E. Bailey
On 10.03.2009, at 20:05, Germain G. Ivanoff-Trinadtzaty wrote: Dear all, 1) In the following snippet, I'd like the accents to be placed above the staff : { d'1-> d'2-> a'-> a'1-> } have you tried { d'1^> d'2^> a'^> a'1^> } ? ___ lilypond-user

Re: expressive marks alignment, accent position

2009-03-10 Thread Neil Thornock
> 1) In the following snippet, I'd like the accents to be placed above the > staff : > { > d'1-> d'2-> a'-> a'1-> > } First off, articulations are Script objects, so only Script overrides will have any effect. See if perusing this page lends any clues: http://lilypond.org/doc/v2.12/Documentation

expressive marks alignment, accent position

2009-03-10 Thread Germain G. Ivanoff-Trinadtzaty
#x27;-> a'1->} \\ {d'1 d'2 a' a'1} I played with : \override DynamicLineSpanner #'outside-staff-priority = #250 \override DynamicLineSpanner #'staff-padding = #4 \override Script #'staff-padding = #4 \override TextScript #'staff-padding = #4 with no