]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/markup-brace-warning.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / markup-brace-warning.ly
1 \version "2.14.0"
2
3 #(ly:set-option 'warning-as-error #f)
4
5 \header {
6   texidoc = "If  @code{\\left-brace} or @code{\\right-brace} cannot
7 find a match for the given point size, it should default
8 gracefully to either @code{brace0} or @code{brace575} and display
9 a warning.
10 "
11 }
12
13 \markup {
14   % warning message expected; should default to 10.5 pt for
15   % global-staff-size = 20
16   \left-brace #10
17 }