]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/finger-chords-dot.ly
Backport some regression tests. Fixes compile.
[lilypond.git] / input / regression / finger-chords-dot.ly
1 \version "2.12.3"
2
3 \header {
4   texidoc = "Scripts right of a chord avoid dots."
5 }
6
7 \relative c' {
8   \set fingeringOrientations = #'(right)
9   <c-\rightHandFinger #1 >4.. <d-3 f>4. r8.
10 }