]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/markup-braces.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / markup-braces.ly
1 \version "2.16.0"
2
3 \header {
4   texidoc = "The markup command @code{\\left-brace} selects a
5 @code{fetaBraces} glyph based on point size, using a binary search.
6 @code{\\right-brace} is simply a @code{\\left-brace} rotated 180
7 degrees.
8 "
9 }
10
11 \markup {
12   \left-brace #30
13   \hspace #2
14   \right-brace #40
15 }