Re: Adjusting the position of tempo indications

2015-01-17 Thread David Sumbler
On Fri, 2015-01-16 at 14:11 +, Kevin Barry wrote: Dear David, \score { \new StaffGroup \override Score.MetronomeMark.padding = #2 \topLine \bottomLine } Here if you replace the

Re: Adjusting the position of tempo indications

2015-01-16 Thread Kevin Barry
Dear David, \score { \new StaffGroup \override Score.MetronomeMark.padding = #2 \topLine \bottomLine } Here if you replace the `padding' property with `outside-staff-padding' it should work, i.e. \override Score.MetronomeMark.outside-staff-padding = #2

Re: Adjusting the position of tempo indications

2015-01-14 Thread Hwaen Ch'uqi
Greetings David, Is the command \markLengthOn possibly what you are looking for? Hwaen Ch'uqi On 1/14/15, David Sumbler da...@aeolia.co.uk wrote: On Mon, 2015-01-12 at 23:17 +0100, Thomas Morley wrote: 2015-01-12 22:37 GMT+01:00 David Sumbler da...@aeolia.co.uk: The default position of

Re: Adjusting the position of tempo indications

2015-01-14 Thread David Sumbler
On Mon, 2015-01-12 at 23:17 +0100, Thomas Morley wrote: 2015-01-12 22:37 GMT+01:00 David Sumbler da...@aeolia.co.uk: The default position of tempo indications is, to my eye, rather too close to whatever is beneath them, be it a stave, a note or a slur. I have tried experimenting with

Re: Adjusting the position of tempo indications

2015-01-14 Thread David Sumbler
On Wed, 2015-01-14 at 15:29 -0500, Hwaen Ch'uqi wrote: Greetings David, Is the command \markLengthOn possibly what you are looking for? Hwaen Ch'uqi I don't think so, but thanks for the suggestion. The problem is not the horizontal space occupied by the marks, but their vertical position

Re: Adjusting the position of tempo indications

2015-01-13 Thread David Sumbler
From: Dominic dominicirv...@gmail.com To: lilypond-user@gnu.org Subject: Re: Adjusting the position of tempo indications Date: Mon, 12 Jan 2015 15:26:56 -0700 (MST) You probably need to adjust MetronomeMark.padding in the score context rather than TextScript.padding in the Staff context

Adjusting the position of tempo indications

2015-01-12 Thread David Sumbler
The default position of tempo indications is, to my eye, rather too close to whatever is beneath them, be it a stave, a note or a slur. I have tried experimenting with \override TextScript #'padding = #4 and \override TextScript.padding = #4 (I was unsure of the syntax) just to see if I can

Re: Adjusting the position of tempo indications

2015-01-12 Thread Thomas Morley
2015-01-12 22:37 GMT+01:00 David Sumbler da...@aeolia.co.uk: The default position of tempo indications is, to my eye, rather too close to whatever is beneath them, be it a stave, a note or a slur. I have tried experimenting with \override TextScript #'padding = #4 and \override

Re: Adjusting the position of tempo indications

2015-01-12 Thread Dominic
You probably need to adjust MetronomeMark.padding in the score context rather than TextScript.padding in the Staff context, thus: /\override Score.MetronomeMark.padding = #4/ -- View this message in context: http://lilypond.1069038.n5.nabble.com/Adjusting-the-position-of-tempo-indications