]> git.donarmstrong.com Git - lilypond.git/blob - input/test/chord-markup.ly
6c173773c998a3e83912ff3f25497c100db6b5da
[lilypond.git] / input / test / chord-markup.ly
1 \version "1.7.18"
2 \header{
3     texidoc = "@cindex Chord Markup
4 chord/markup test.
5 " }
6
7 \paper{ raggedright = ##t }
8
9 \score{
10     <
11         \context Staff \notes \relative c'' {
12             c^\markup {  "foe" \raise #3 "bar" }
13             c
14             c^\markup { "foe" \super "12" \sub { "3 4" } }
15             c
16
17             %% broken for now
18             c^\markup { \column << "" ";" "" >>
19                         \column <<  "1"  { \bold "2" "3" } >> }
20                 }
21    >
22 \paper{raggedright = ##t}
23 }
24