If you look up "Trill" in the index of the (on-line) reference manual
you will get a link to the section on Articulations and at the end of
that section, you find another link "See also Script". There, you will
find a list of all the properties that can be adjusted on the Script
objects, divided into different categories ("interfaces").
One of these properties, "padding", is exactly what you are looking for.

To change the padding locally (within one stave or just for a few bars),
do something like:
\property Staff.Script \override #'padding = #1.0
To change it for the full score, do
\score{
  ...
  \paper{
    ...
    \translator{
      \ScoreContext
      Script \override #'padding = #1.0
    }
  }
}


The general principles for setting properties are described in the
section "Fine tuning a piece" in the tutorial.

   /Mats


Tamas Hegedus wrote:
Hi!

I am new in fine tuning of the lilypond output.
I can not figure out how to change the default vertical position of articulations like staccato, tenuto, trill, mordent.
(e.g. c-. c--)

Thanks for any advice,
Tam�s


--
=============================================
	Mats Bengtsson
	Signal Processing
	Signals, Sensors and Systems
	Royal Institute of Technology
	SE-100 44  STOCKHOLM
	Sweden
	Phone: (+46) 8 790 8463				
        Fax:   (+46) 8 790 7260
	Email: [EMAIL PROTECTED]
	WWW: http://www.s3.kth.se/~mabe
=============================================



_______________________________________________
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user

Reply via email to