Re: Aligning a "D.S. al Fine" at the end of a piece.

2009-05-13 Thread Tim Rowe
2009/5/13 Laura Conrad : >    Tim> Thanks for digging all of that out. It doesn't work, though, assuming >    Tim> I'm doing it right. >    Tim>   \mark \markup{ \italic \fontsize #-0 {"D.S. al Fine"}} >    Tim> seems to leave the size unchanged. > > This is saying, reduce the fontsize by 0, so I

Re: Aligning a "D.S. al Fine" at the end of a piece.

2009-05-13 Thread Laura Conrad
> "Tim" == Tim Rowe writes: Tim> 2009/5/13 Kieren MacMillan : >> So TextScript has a default #'font-size value of 0, the score's "normal >> size". So it *should* [warning: untested] work to just set the RehearsalMark >> #'font-size = #0. Tim> Thanks for digging all of th

Re: Aligning a "D.S. al Fine" at the end of a piece.

2009-05-13 Thread Tim Rowe
2009/5/13 Kieren MacMillan : > So TextScript has a default #'font-size value of 0, the score's "normal > size". So it *should* [warning: untested] work to just set the RehearsalMark > #'font-size = #0. Thanks for digging all of that out. It doesn't work, though, assuming I'm doing it right. \ma

Re: Aligning a "D.S. al Fine" at the end of a piece.

2009-05-13 Thread Kieren MacMillan
Hi Tim, The only thing now is that (presumably because it's set as a rehearsal mark rather than markup on a note) the font size doesn't match that on the "Fine". Is there some way to directly set it to the same size as the "Fine", or do I have to guess at sizes until it looks right? If you lo

Re: Aligning a "D.S. al Fine" at the end of a piece.

2009-05-13 Thread Tim Rowe
2009/5/13 Marek Klein : > Hi, > > 2009/5/13 Tim Rowe : >> The problem seems to be that I'm aligning to notes, whereas the "D.S. >> al Fine" should be aligned to the bar.  Is that possible? If not, is >> there a prettier way than just attaching it to an earlier note? > > There is solution in this sn

Re: Aligning a "D.S. al Fine" at the end of a piece.

2009-05-13 Thread Graham Percival
On Wed, May 13, 2009 at 03:46:52PM +0200, Marek Klein wrote: > 2009/5/13 Tim Rowe : > > The problem seems to be that I'm aligning to notes, whereas the "D.S. > > al Fine" should be aligned to the bar. Is that possible? If not, is > > there a prettier way than just attaching it to an earlier note?

Re: Aligning a "D.S. al Fine" at the end of a piece.

2009-05-13 Thread Marek Klein
Hi, 2009/5/13 Tim Rowe : > The problem seems to be that I'm aligning to notes, whereas the "D.S. > al Fine" should be aligned to the bar. Is that possible? If not, is > there a prettier way than just attaching it to an earlier note? There is solution in this snippet:

Aligning a "D.S. al Fine" at the end of a piece.

2009-05-13 Thread Tim Rowe
Ok, if I end my piece with c'4^\markup {D.S. al Fine} \bar "|." then the D.S. al Fine stretches to the right, beyiond the end of the stave. Ok, that's because markup is left-aligned by default. So perhaps what I want is: ^\markup {\right-align {D.S. al Fine}} \bar "|." No, that squashes the wor