]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/fingering.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / fingering.ly
index 28f5fc262bd6d83fe62038e56d8b19b939273a2d..3e3381326d4336567c03d953dd4ec017edc2b7e9 100644 (file)
@@ -1,22 +1,18 @@
+\version "2.16.0"
 
-\version "1.9.8"
 \header {
-
-texidoc = "Automatic fingering tries to put fingering instructions
+  texidoc = "Automatic fingering tries to put fingering instructions
 next to noteheads.
 "
 }
 
-    \paper { raggedright= ##t }
-
-
-\score {
+\layout { ragged-right= ##t }
 
- \notes\relative c' {
- c4-4
+\relative c' {
 c4-4
   <c-1 f-4>
   < c-1 e-2 g-3  b-4 >
-}}
+}
+