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