]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/rehearsal-mark-final-score.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / rehearsal-mark-final-score.ly
1 \version "2.14.0"
2
3 \header {
4   texidoc = "Rehearsal marks at the end of the last measure of a
5 score are automatically made visible.
6 "
7 }
8
9 \relative c' {
10   c1
11   \mark "Final Mark"
12 }