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.

\relative c'' {
  \repeat volta 4 { c1 }
}
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to