]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/fingering.ly
*** empty log message ***
[lilypond.git] / input / regression / fingering.ly
index 2184db5dcafe28421f073d1eb1a3c3dedc880922..39fc777e2bb70c3786ab2274c11e756280c7926d 100644 (file)
@@ -1,5 +1,5 @@
-#(ly:set-option 'old-relative)
-\version "1.9.0"
+
+\version "2.2.0"
 \header {
 
 texidoc = "Automatic fingering tries to put fingering instructions
@@ -14,8 +14,8 @@ next to noteheads.
 
  \notes\relative c' {
  c4-4
-  <<c-1 f-4>>
-  << c-1 e-2 g-3  b-4 >>
+  <c-1 f-4>
+  < c-1 e-2 g-3  b-4 >
 }}