« Return to Thread: [dal segno / da capo] -> "Kopf" "Kopf"

Re: \mark beneath instead of above

by Bugzilla from mey.wer@web.de :: Rate this Message:

Reply to Author | View in Thread

Hello Robin and David.

Robin Bannister <rcb <at> dataway.ch> writes:

>
> Have a look at LSR 402:        
> http://lsr.dsi.unimi.it/LSR/Item?id=402 
>

This hint would solve my problem if

David Stocker <dstocker <at> thenotesetter.com> writes:

>
> There is a fix somewhere on the list to get more than one \mark to
> display in a measure, but you'll have to search for it.
>

I could find a solution for that.

What works nearly as it should is:

% example1
a,1 |

\mark \markup { \musicglyph #"scripts.coda" }

gis2

\once
\override Score.RehearsalMark #'direction = #DOWN
\mark \markup { \italic \bold {{d.s.}}}

e'

\bar "||"
\break
% Coda
\mark \markup { \musicglyph #"scripts.coda" }
g1
\bar "|."
% end example1

But example 2 and 3 don't work. Unfortunately if there would be only one note in
the measure, it also wouldn't work.

% example2
a,1 |

\mark \markup { \musicglyph #"scripts.coda" }

gis2
e'

\once
\override Score.RehearsalMark #'direction = #DOWN
\mark \markup { \italic \bold {{d.s.}}}

\bar "||"
\break
% Coda
\mark \markup { \musicglyph #"scripts.coda" }
g1
\bar "|."
% end example2

% example3
a,1 |

\mark \markup { \musicglyph #"scripts.coda" }

\once
\override Score.RehearsalMark #'direction = #DOWN
\mark \markup { \italic \bold {{d.s.}}}

gis2
e'

\bar "||"
\break
% Coda
\mark \markup { \musicglyph #"scripts.coda" }
g1
\bar "|."
% end example3



_______________________________________________
lilypond-user mailing list
lilypond-user@...
http://lists.gnu.org/mailman/listinfo/lilypond-user

 « Return to Thread: [dal segno / da capo] -> "Kopf" "Kopf"