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