How to reserve more space for fermata mark (to prevent large vertical shifts)

2012-10-05 Thread Reinhold Kainhofer
In the attached sample file, I have a fermata mark on a baline. Unfortunately, the notes after the barline are quite high above the staff, causing the fermata to move up even further: \relative c''' { R1 \mark \markup { \musicglyph #"scripts.ufermata" } a4(^"rit." b c) r } Does anyone know a

Re: How to reserve more space for fermata mark (to prevent large vertical shifts)

2012-10-05 Thread Janek WarchoĊ‚
On Fri, Oct 5, 2012 at 3:59 PM, Reinhold Kainhofer wrote: > \relative c''' { > R1 \mark \markup { \musicglyph #"scripts.ufermata" } > a4(^"rit." b c) r > } > > Does anyone know a way to make the mark reserve more horizontal space > (i.e. shift the following notes to the right) so that the ferm

Re: How to reserve more space for fermata mark (to prevent large vertical shifts)

2012-10-05 Thread Keith OHara
Reinhold Kainhofer kainhofer.com> writes: > Does anyone know a way to make the mark reserve more horizontal space Rehearsal marks are one of the things that has extra-spacing-width set to (inf . -inf) so that it reserves no space during note-spacing \once\override Score.RehearsalMark #'extr

Re: How to reserve more space for fermata mark (to prevent large vertical shifts)

2012-10-05 Thread Reinhold Kainhofer
On 05/10/2012 19:30, Keith OHara wrote: > Rehearsal marks are one of the things that has extra-spacing-width set to > (inf . -inf) so that it reserves no space during note-spacing > > \once\override Score.RehearsalMark #'extra-spacing-width = #'() Thanks a lot! Actually, I have to set the extra

Re: How to reserve more space for fermata mark (to prevent large vertical shifts)

2012-10-05 Thread Werner LEMBERG
> Rehearsal marks are one of the things that has extra-spacing-width > set to (inf . -inf) so that it reserves no space during note-spacing > > \once\override Score.RehearsalMark #'extra-spacing-width = #'() Something learned again :-) Could this please be added to the `Rehearsal marks' secti

Re: How to reserve more space for fermata mark (to prevent large vertical shifts)

2012-10-05 Thread Graham Percival
On Sat, Oct 06, 2012 at 06:44:18AM +0200, Werner LEMBERG wrote: > > > Rehearsal marks are one of the things that has extra-spacing-width > > set to (inf . -inf) so that it reserves no space during note-spacing > > > > \once\override Score.RehearsalMark #'extra-spacing-width = #'() > > Somethin

Re: How to reserve more space for fermata mark (to prevent large vertical shifts)

2012-10-06 Thread Keith OHara
Werner LEMBERG gnu.org> writes: > > Rehearsal marks are one of the things that has extra-spacing-width > > set to (inf . -inf) so that it reserves no space during note-spacing > > Something learned again Could this please be added to the > `Rehearsal marks' section in the documentation? Bett

Re: How to reserve more space for fermata mark (to prevent large vertical shifts)

2012-10-06 Thread Werner LEMBERG
>> > Rehearsal marks are one of the things that has >> > extra-spacing-width set to (inf . -inf) so that it reserves no >> > space during note-spacing >> >> Something learned again Could this please be added to the >> `Rehearsal marks' section in the documentation? > > Better to describe how ex