* lily/beam-engraver.cc: move new-beam-event to beam-event
[lilypond.git] / input / regression / rehearsal-mark.ly
blob433051cfdf5b20d2e63c79c44d8c7e9bfabee247
3 \header { texidoc= " Rehearsal marks are printed over barlines. They
4 can be incremented automatically or manually. "}
7 \version "1.9.1"
10 global = \notes {
11 s1 | \mark "A"
12 s1 | \mark \default
13 s1 | \mark \default
14 s1 | \mark "12"
15 s1 | \mark \default
16 s1 | \mark "A2"
17 s1 | \mark \markup { mark \column << up \bold down >> }
21 one = \notes \relative c {
22 c''1 c c c c c c
26 \score{
27 \context Staff < \global \one >