lilypond-user
[Top][All Lists]
Advanced

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

Re: Howto have the number of volte printed out above an end-repeat bar?


From: Gilles Filippini
Subject: Re: Howto have the number of volte printed out above an end-repeat bar?
Date: Mon, 11 Oct 2010 14:22:36 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.12) Gecko/20100913 Iceowl/1.0b1 Icedove/3.0.7

Hi,

>From the answers I've had I infer that there is no standard way of doing
that.

The answer the closest from what I expected is to use a rehearsal mark
(thanks to Vicente). Unfortunately it doesn't work when the end-repeat
bar is the last bar of the score:

% This score doesn't have "x4" printed out
\score {
  \relative c'' {
    \repeat volta 4 { c1 }
    \mark #"x4"
  }
}
% This score does have "x4" printed out
\score {
  \relative c'' {
    \repeat volta 4 { c1 }
    \mark #"x4"
    c
  }
}

Any workaround?

Thanks,

_g.

Attachment: repeat.ly
Description: Text Data


reply via email to

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