]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/fingering.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / fingering.ly
index 9f28d49f4e067e30cbed0b00120ea9a17da9acd8..219831a6761b154c40b2d4166196b8ffed39d0f8 100644 (file)
@@ -1,22 +1,18 @@
+\version "2.14.0"
 
-\version "2.1.22"
 \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 >
-}}
+}
+