]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/chord-scripts.ly
(conv): add 2.2.0 rule.
[lilypond.git] / input / regression / chord-scripts.ly
1
2 \version "2.1.36"
3 \header {
4
5 texidoc = "Scripts can also be attached to chord elements."
6
7 }
8
9 \score {
10     \notes \relative c''{
11         < c-.  > 4
12         < c->  > 4
13         < c-. e-. g-. b-. >  
14         < c^^  > 4
15         < c_^  > 4
16         < c_^ e^^ > 4
17         < c_^ e^^ > 4
18
19
20     }
21
22 }
23