]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/rehearsal-mark-final-score.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / rehearsal-mark-final-score.ly
1 \version "2.16.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 }