]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/chord-scripts.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / chord-scripts.ly
1 \version "2.16.0"
2
3 \header {
4   texidoc = "Scripts can also be attached to chord elements.
5 They obey manual direction indicators."
6 }
7
8 \relative c'' {
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 }