]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/fingering.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / fingering.ly
index 1eedce77b7352a68f8270ae7417b9d8931b37697..3e3381326d4336567c03d953dd4ec017edc2b7e9 100644 (file)
@@ -1,18 +1,18 @@
-\version "1.7.18"
-\header {
+\version "2.16.0"
 
-texidoc = "Automatic fingering tries to put fingering instructions
+\header {
+  texidoc = "Automatic fingering tries to put fingering instructions
 next to noteheads.
 "
 }
 
-\score {
+\layout { ragged-right= ##t }
+
+\relative c' {
+  c4-4
+  <c-1 f-4>
+  < c-1 e-2 g-3  b-4 >
+}
 
- \notes\relative c' {
- c4-4
-  <<c-1 f-4>>
-  << c-1 e-2 g-3  b-4 >>
-}}