]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/chord-scripts.ly
Merge commit 'origin' into beamlets2
[lilypond.git] / input / regression / chord-scripts.ly
1
2 \version "2.12.0"
3 \header {
4
5 texidoc = "Scripts can also be attached to chord elements."
6
7 }
8
9 \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 }