]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/finger-chords-dot.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / finger-chords-dot.ly
1 \version "2.19.21"
2
3 \header {
4   texidoc = "Scripts right of a chord avoid dots."
5 }
6
7 \relative {
8   \set fingeringOrientations = #'(right)
9   <c'-\rightHandFinger #1 >4.. <d-3 f>4. r8.
10 }