]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/finger-chords-accidental.ly
cca4bc3d0faf2b946f05cbc9ca90395ea0a725e9
[lilypond.git] / input / regression / finger-chords-accidental.ly
1 \version "2.12.0"
2 \header
3 {
4   texidoc = "Scripts left of a chord avoid accidentals."
5 }
6
7 \paper {
8   ragged-right = ##t
9 }
10
11 {
12   r4 
13   \set fingeringOrientations = #'(left)
14   <cis''-3 >
15   <cis''!-3 e''>
16 }