]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/finger-chords-accidental.ly
Make the length of beamlets configurable.
[lilypond.git] / input / regression / finger-chords-accidental.ly
1 \version "2.11.51"
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 }