]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/fingering.ly
Issue 1388: Initial work to support opentype font features.
[lilypond.git] / input / regression / fingering.ly
index 2a0f1b28039b1f23283368b597bb678b2a1ae4f2..bd958282cbb0d0b97ada6a65cb065012a2061e9c 100644 (file)
@@ -1,22 +1,18 @@
+\version "2.19.21"
 
-\version "1.9.2"
 \header {
-
-texidoc = "Automatic fingering tries to put fingering instructions
+  texidoc = "Automatic fingering tries to put fingering instructions
 next to noteheads.
 "
 }
 
-    \paper { raggedright= ##t }
-
+\layout { ragged-right= ##t }
 
-\score {
+\relative {
+  c'4-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 >>
-}}