Il giorno mar 10 nov 2015 alle 9:28, David Kastrup <[email protected]> ha scritto:
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.

I like the simplicity of this workaround.
But the first mark object is not printed if I use the \override(s) or the \tweak(s):

\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
 \grace {
   %\tweak #'break-visibility #end-of-line-visible
   %\tweak #'self-alignment-X #RIGHT
   \mark \markup { \musicglyph #"scripts.segno" } \skip 32
 }
 \break

 \mark \default
 %\mark \markup\huge\bold\circle"A"
 f1
}




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

Reply via email to