lilypond-user
[Top][All Lists]
Advanced

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

Re: two consecutive \mark at end and beginning of line


From: David Kastrup
Subject: Re: two consecutive \mark at end and beginning of line
Date: Tue, 10 Nov 2015 09:28:15 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

Federico Bruni <address@hidden> writes:

> Hi folks
>
> There's any way to let lilypond print the second mark in this minimal
> example?
>
> \version "2.19.31"
>
> \relative {
>  \repeat unfold 8 c'1
>  \once \override Score.RehearsalMark.break-visibility =
> #end-of-line-visible
>  \once \override Score.RehearsalMark.self-alignment-X = #RIGHT
>  \mark \markup { \musicglyph #"scripts.segno" }
>  \break
>
>  \mark \default
>  f1
> }
>
> I'm getting this warning:
> warning: Two simultaneous mark events, junking this one
>
> As the first mark is at the end of line and the second at the
> beginning, there's no chance of collision. I would expect lilypond to
> print it.

It's still the same musical moment and LilyPond has no general way of
distinguishing them.  Try putting the first mark an infinitesimal amount
earlier, like

\grace { \mark ... \skip 32 }

to move it backward a 32th grace note.

-- 
David Kastrup



reply via email to

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