]> git.donarmstrong.com Git - lilypond.git/blob - input/test/chord-markup.ly
* lily/stem.cc (get_default_stem_end_position): use beam_count - 1
[lilypond.git] / input / test / chord-markup.ly
1 \version "1.5.68"
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^#'(columns "foe" ((raise . 3) "bar"))
12             c
13             c^#'(columns "foe" (super "12") (sub "3 4"))
14             c
15
16             %% broken for now
17             %%  c^#`(columns (lines "" ";" "") (lines "1" (bold "2") "3"))
18             c^#`(columns (lines "" ";" "") (lines "1" (columns (bold "2")) "3"))
19                 }
20         \context ChordNames \chords {
21             c:7+.9-^3.5
22         }
23    >
24 }