]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/fingering.ly
Merge with git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond.git
[lilypond.git] / input / regression / fingering.ly
index 209249af10d38a0a9675c96b79908a1b48511882..38b3069e03f49b74bfbbdb308baa2868cd1169d4 100644 (file)
@@ -1,22 +1,18 @@
+\version "2.10.0"
 
-\version "2.3.17"
 \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 }
 
- \relative c' {
- c4-4
+\relative c' {
 c4-4
   <c-1 f-4>
   < c-1 e-2 g-3  b-4 >
-}}
+}
+