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 > > > >> > > > } > >

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.out

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 posit

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 wrote: > On Mon, 2015-01-12 at 23:17 +0100, Thomas Morley wrote: >> 2015-01-12 22:37 GMT+01:00 David Sumbler : >> > The default position of tempo indications is, to my eye, r

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 : > > 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 > > > > \overr

Re: Adjusting the position of tempo indications

2015-01-13 Thread David Sumbler
> From: Dominic > 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 th

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

Re: Adjusting the position of tempo indications

2015-01-12 Thread Thomas Morley
2015-01-12 22:37 GMT+01:00 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

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 ge