]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/finger-chords-dot.ly
Imported Upstream version 2.19.45
[lilypond.git] / input / regression / finger-chords-dot.ly
index 8b62bc0a3f3ea1c002e55b44567d52fd7e51f6d4..06cbfa0e75f8780269d9469e0218f887ed43a7a2 100644 (file)
@@ -1,10 +1,10 @@
-\version "2.16.0"
+\version "2.19.21"
 
 \header {
   texidoc = "Scripts right of a chord avoid dots."
 }
 
-\relative c' {
+\relative {
   \set fingeringOrientations = #'(right)
-  <c-\rightHandFinger #1 >4.. <d-3 f>4. r8.
+  <c'-\rightHandFinger #1 >4.. <d-3 f>4. r8.
 }