MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / clef-oct-visibility.ly
blob0f8d480b2421abef947e8916818d396dd1adb900
1 \version "2.13.45"
3 \header {
5 texidoc = "Octavation signs may be added to clefs. By default,
6 their break-visibility is derived from the associated clef, but it may
7 be overridden explicitly. The initial treble_8 clef should not have an
8 8, while the treble_8 clef after the tenor clef should.
9 These settings also need to apply to clefs on new lines."
12 \layout { ragged-right = ##t }
15 \relative c' {
16 \override Staff.OctavateEight #'break-visibility = #all-invisible
18 \clef "treble_8"
19 c2 c |
20 c c | \break
21 c \clef "tenor" c |
22 \revert Staff.OctavateEight #'break-visibility
23 \clef "treble_8"
24 c2 c |
25 c c | \break
26 c c