On 7 June 2010 16:17, Xavier Scheuer <[email protected]> wrote:
> %% RehearsalMark at begin of line should not be printed above the Clef
> %%
> %% but instead like if there was an "invisible" BarLine just before the
> %% note (i.e. after Clef and KeySignature).
>
> \version "2.13.23"
>
> %% BAD (current output)
>
> \score {
>  \relative c' {
>    \repeat unfold 8 c1 \break
>    \mark \default
>    \repeat unfold 8 c1
>  }
> }

Use shift-right-at-line-begin (which is described as a kludge in the
Changelog. :)

\override Score.RehearsalMark #'X-offset = #shift-right-at-line-begin

> %% I think there should be a bigger space between the Clef and the
> %% invisible or repeat Barline when the KeySignature has no accidentals

The problem with changing this is that the default spacing is optimal
for a clef change preceding a barline.

Cheers,
Neil

_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to