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

2012-10-06 Thread Keith OHara
Werner LEMBERG wl at 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? Better

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

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 way

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 reinh...@kainhofer.com 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

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

2012-10-05 Thread Keith OHara
Reinhold Kainhofer reinhold at 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

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

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' section

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 = #'() Something learned