]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/fingering.ly
Merge commit 'origin/dev/jneeman' into systems-per-page
[lilypond.git] / input / regression / fingering.ly
index 63673423bcd690d38cbd00d1a0c7b83cdb403e63..383ebe060b58750c79556899dd4b8d09d7654deb 100644 (file)
@@ -1,22 +1,18 @@
+\version "2.12.0"
 
-\version "1.9.4"
 \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 >
-}}
+}
+