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