RE: MetronomeMark aligned to accidentals

2014-04-07 Thread Daniel Rosen
> -Original Message- > From: Trevor Daniels [mailto:t.dani...@treda.co.uk] > Sent: Monday, April 07, 2014 6:43 AM > To: David Nalesnik > Cc: Daniel Rosen; lilypond-user > Subject: Re: MetronomeMark aligned to accidentals > > > David, you wrote Monday, April 07

Re: MetronomeMark aligned to accidentals

2014-04-07 Thread Trevor Daniels
David, you wrote Monday, April 07, 2014 12:54 AM > Well, here's something rough which appears to do the trick. > > The basic idea is that the function locates a PaperColumn that is related > to both our MetronomeMark grob and an AccidentalPlacement grob. If it > finds it, it calculates the exte

Re: MetronomeMark aligned to accidentals

2014-04-06 Thread David Nalesnik
Hi all, On Sun, Apr 6, 2014 at 11:10 AM, Trevor Daniels wrote: > Maybe someone else will have a better solution. > Well, here's something rough which appears to do the trick. The basic idea is that the function locates a PaperColumn that is related to both our MetronomeMark grob and an Acciden

Re: MetronomeMark aligned to accidentals

2014-04-06 Thread Trevor Daniels
Daniel, you wrote April 06, 2014 3:21 PM > I've tried this based on the page you linked me to above, but it's not > working. What am I missing here? > > \version "2.19.3" > { > R1 | > \override Score.MetronomeMark.break-align-symbols = #'(key-signature) > \tempo "Tempo" > > } I'm afraid

RE: MetronomeMark aligned to accidentals

2014-04-06 Thread Daniel Rosen
> -Original Message- > From: Trevor Daniels [mailto:t.dani...@treda.co.uk] > Sent: Saturday, April 05, 2014 6:24 PM > To: Daniel Rosen; lilypond-user@gnu.org > Subject: Re: MetronomeMark aligned to accidentals > > > Daniel, you wrote Saturday, April 05, 2014 1:4

RE: MetronomeMark aligned to accidentals

2014-04-06 Thread Daniel Rosen
> -Original Message- > From: Trevor Daniels [mailto:t.dani...@treda.co.uk] > Sent: Saturday, April 05, 2014 6:24 PM > To: Daniel Rosen; lilypond-user@gnu.org > Subject: Re: MetronomeMark aligned to accidentals > > > Daniel, you wrote Saturday, April 05, 2014 1:4

Re: MetronomeMark aligned to accidentals

2014-04-05 Thread Trevor Daniels
Daniel, you wrote Saturday, April 05, 2014 1:44 PM > I would like the MetronomeMark to be aligned with the left edge of the > leftmost Accidental (almost with the BarLine, but not quite). I've been > trying to manipulate the Score.MetronomeMark.non-break-align-symbols > property, but to no ava

RE: MetronomeMark aligned to accidentals

2014-04-05 Thread Daniel Rosen
> -Original Message- > From: Brian Barker [mailto:b.m.bar...@btinternet.com] > Sent: Saturday, April 05, 2014 1:47 PM > To: Daniel Rosen > Subject: RE: MetronomeMark aligned to accidentals > > At 14:25 05/04/2014 +, you wrote: > >... I think that maybe

RE: MetronomeMark aligned to accidentals

2014-04-05 Thread Brian Barker
At 12:44 05/04/2014 +, Daniel Rosen wrote: I would like the MetronomeMark to be aligned with the left edge of the leftmost Accidental (almost with the BarLine, but not quite). At 14:25 05/04/2014 +, Daniel Rosen wrote: ... I think that maybe LilyPond should do what I'm describing by

RE: MetronomeMark aligned to accidentals

2014-04-05 Thread Daniel Rosen
erre Perol-Schneider [mailto:pierre.schneider.pa...@gmail.com] Sent: Saturday, April 05, 2014 9:53 AM To: Daniel Rosen Cc: lilypond-user@gnu.org<mailto:lilypond-user@gnu.org> Subject: Re: MetronomeMark aligned to accidentals 2014-04-05 14:44 GMT+02:00 Daniel Rosen mailto:drose...@gmail.com

RE: MetronomeMark aligned to accidentals

2014-04-05 Thread Daniel Rosen
[mailto:pierre.schneider.pa...@gmail.com] Sent: Saturday, April 05, 2014 9:53 AM To: Daniel Rosen Cc: lilypond-user@gnu.org Subject: Re: MetronomeMark aligned to accidentals 2014-04-05 14:44 GMT+02:00 Daniel Rosen mailto:drose...@gmail.com>>: Consider the following example: \version "2.19.3" {

Re: MetronomeMark aligned to accidentals

2014-04-05 Thread Pierre Perol-Schneider
2014-04-05 14:44 GMT+02:00 Daniel Rosen : > Consider the following example: > > \version "2.19.3" > { > R1 | > \tempo "Tempo" > > } > > I would like the MetronomeMark to be aligned with the left edge of the > leftmost Accidental (almost with the BarLine, but not quite). I've been > trying t