]> git.donarmstrong.com Git - lilypond.git/blob - input/test/chord-markup.ly
* lily/new-chord-name-engraver.cc (process_music): give original
[lilypond.git] / input / test / chord-markup.ly
1 \version "1.7.10"
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    >
21 }
22 %% new-chords-done %%