]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/finger-chords-accidental.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / finger-chords-accidental.ly
1 \version "2.14.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 }