]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/chord-scripts.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / chord-scripts.ly
1 \version "2.19.21"
2
3 \header {
4   texidoc = "Scripts can also be attached to chord elements.
5 They obey manual direction indicators."
6 }
7
8 \relative {
9   < c''-. >4
10   < c-> >4
11   < c-. e-. g-. b-. >4
12   < c^^ >4
13   < c_^ >4
14   < c_^ e^^ >4
15   < c_^ e_^ >4
16 }