]> git.donarmstrong.com Git - lilypond.git/blob - input/test/chord-markup.ly
4519d1675926468d2bca8839e6564e20e0d1f7cb
[lilypond.git] / input / test / chord-markup.ly
1 \header{
2     texidoc = "chord/markup test"
3 }
4
5 \paper{ linewidth = -1.0\mm }
6
7 \score{
8     <
9         \context Staff \notes \relative c'' {
10             c^#'(columns "foe" ((raise . 3) "bar"))
11             c
12             c^#'(columns "foe" (super "12") (sub "3 4"))
13             c
14
15             %% broken for now
16             %%  c^#`(columns (lines "" ";" "") (lines "1" (bold "2") "3"))
17             c^#`(columns (lines "" ";" "") (lines "1" (columns (bold "2")) "3"))
18                 }
19         \context ChordNames \chords {
20             c:7+.9-^3.5
21         }
22    >
23 }