Hi Neil,
On 2009-Nov-26, at 06:20, Alexander Kobel wrote:
That's due to a recent enhancement by Neil Puttock
Thanks!
Kieren.
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
Xavier Scheuer wrote:
Surprisingly this works for me with 2.13.8 without adding "usual
things".
That's due to a recent enhancement by Neil Puttock, which allows
end-of-score RehearsalMarks to be printed without additional tweaks.
The "usual thing" for marks at the end of a line is still necess
Am 2009-11-26 um 11:00 schrieb fiëé visuëlle:
I've a four-times-repeat and would like to mark that.
I tried this, but the mark doesn't show up:
Sorry for the noise - it's the same as Daniel McBrearty's question six
weeks ago, and I should have tried the *whole* example from the docs:
http:/
Le Thu, 26 Nov 2009 11:00:07 +0100,
fiëé visuëlle a écrit :
> Ahoi,
>
> I've a four-times-repeat and would like to mark that.
> I tried this, but the mark doesn't show up:
>
> [...]
>
> Is there a (better) solution?
Surprisingly this works for me with 2.13.8 without adding "usual
things".
Th
Ahoi,
I've a four-times-repeat and would like to mark that.
I tried this, but the mark doesn't show up:
\relative c'' {
\repeat volta 4 {
g1 | c
\override Score.RehearsalMark #'self-alignment-X = #RIGHT
\mark "4×"
}
}
Is there a (b