]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/finger-chords-dot.ly
d54e97c2b4f41ee95bd2e7236beea764af74971e
[lilypond.git] / input / regression / finger-chords-dot.ly
1 \version "2.13.1"
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 }