]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/finger-chords-accidental.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / finger-chords-accidental.ly
1 \version "2.16.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 }