Tomas Valusek <[EMAIL PROTECTED]> writes:
> Hello,
>
> can anyone explain me the trick used in the code cited below?
>
>> %-----
>> \version "2.6.3"
>> \relative c'' {
>> a1 c f g
>> \override Score.RehearsalMark #'break-visibility = #begin-of-line-invisible
>
> The line above confuses me totally.
This defines if the mark should be printed when it is placed at the
beginning, the middle or the end of a line.
begin-of-line-invisible means that the marks should be printed in the
middle of a system, or at the end, but not at the beginning.
RehearsalMark
break-visibility (vector):
#(#f #t #t)
A vector of 3 booleans, #(end-of-line unbroken begin-of-line). #t means
visible, #f means killed.
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user