MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / string-number.ly
blobaf62a3f36a92e66fb6f245ec0290ea1e718e2873
1 \header {
2 texidoc = "String numbers can be added to chords. They use the same
3 positioning mechanism as finger instructions."
7 \version "2.12.0"
8 \paper {
9 ragged-right = ##t
12 \relative c' {
13 <c\1 e\2 g\3>
15 \set fingeringOrientations = #'(down left up)
16 \set stringNumberOrientations = #'(down right up)
17 <c\1 e\2 g\3>
18 <c-1\1 e-2\2 g-3\3>