]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/rehearsal-mark-final-score.ly
777b409d776ddffbd3bd5d8f00290b3c44a0841f
[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 }