]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/chord-scripts.ly
* input/regression/bar-number.ly: remove unnecessary old-relative
[lilypond.git] / input / regression / chord-scripts.ly
1
2 \version "1.9.1"
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