]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/fingering.ly
* scripts/convert-ly.py (conv): remove \notes.
[lilypond.git] / input / regression / fingering.ly
index 92c23287fcd18a050c564abd49882281d92e72bc..33ea305f7169acb7d6c1f53304e9f69b9590e64a 100644 (file)
@@ -1,5 +1,5 @@
-#(ly:set-option 'old-relative)
-\version "1.9.1"
+
+\version "2.3.4"
 \header {
 
 texidoc = "Automatic fingering tries to put fingering instructions
@@ -12,10 +12,10 @@ next to noteheads.
 
 \score {
 
- \notes\relative c' {
+ \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 >
 }}