lilypond-user
[Top][All Lists]
Advanced

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

Re: \mark beneath instead of above


From: Werner
Subject: Re: \mark beneath instead of above
Date: Mon, 6 Jul 2009 21:39:03 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

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





reply via email to

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