bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: RehearsalMark and Barline placement at the beginning of a line


From: Neil Puttock
Subject: Re: RehearsalMark and Barline placement at the beginning of a line
Date: Mon, 7 Jun 2010 17:37:42 +0100

On 7 June 2010 16:17, Xavier Scheuer <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]