]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/finger-chords-dot.ly
Merge branch 'lilypond/translation' of ssh://thsoft@git.sv.gnu.org/srv/git/lilypond...
[lilypond.git] / input / regression / finger-chords-dot.ly
1 \version "2.14.0"
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 }