]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/rehearsal-mark-letter.ly
* Documentation/user/refman.itely (Rehearsal marks): document new
[lilypond.git] / input / regression / rehearsal-mark-letter.ly
1
2
3 \header { texidoc= "Rehearsal marks in letter style: the I is skipped,
4 and after Z, we continue with double letters.  The mark may be set
5 with @code{\mark NUMBER}, or with @code{Score.rehearsalMark}."
6       }
7
8 \version "2.1.7"
9 \score {  \notes \relative c'' {
10   c1 | \mark #6
11   c1 | \mark \default
12   c1 | \mark \default
13   c1 | \mark \default
14   \property Score.rehearsalMark = #24
15   c1 | \mark \default
16   c1 | \mark \default
17   }
18 }