]> 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 8469229e783b11b5ad81905674b10331dd33e03f..38b3069e03f49b74bfbbdb308baa2868cd1169d4 100644 (file)
@@ -1,18 +1,18 @@
-\version "1.7.6"
-\header {
+\version "2.10.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 >>
-}}
-%% new-chords-done %%
-%% new-chords-done %%