Remove undefined 'break-align-symbols values.
[lilypond/mpolesky.git] / input / new / creating-simultaneous-rehearsal-marks.ly
blob49f1142c8589d13a21275b537e0e56268bf50974
1 \version "2.12.0"
2 \header {
3 lsrtags = "expressive-marks,text,tweaks-and-overrides"
4 texidoc = "
5 Unlike text scripts, rehearsal marks cannot be stacked at a particular point
6 in a score: only one @code{RehearsalMark} object is created. Using an
7 invisible measure and bar line, an extra rehearsal mark can be added, giving
8 the appearance of two marks in the same column.
10 This method may also prove useful for placing rehearsal marks at both the
11 end of one system and the start of the following system.
13 doctitle = "Creating simultaneous rehearsal marks"
16 % LSR: Thanks to Risto Vääräniemi for this snippet
19 \key a \major
20 \set Score.markFormatter = #format-mark-box-letters
21 \once \override Score.RehearsalMark #'outside-staff-priority = #5000
22 \once \override Score.RehearsalMark #'self-alignment-X = #LEFT
23 \once \override Score.RehearsalMark #'break-align-symbols = #'(key-signature)
24 \mark \markup { \bold { Senza denti } }
26 % the hidden measure and bar line
27 \once \override Score.TimeSignature #'stencil = ##f
28 \time 1/16
29 s16 \bar ""
31 \time 4/4
32 \once \override Score.RehearsalMark #'self-alignment-X = #LEFT
33 \mark \markup { \box \bold Intro }
34 d'1
35 \mark \default
36 d'1