]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/fingering.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / fingering.ly
index d65e781f65029f3d85e77e858d5ac4e4590625f1..bd958282cbb0d0b97ada6a65cb065012a2061e9c 100644 (file)
@@ -1,21 +1,18 @@
-\version "1.7.18"
-\header {
+\version "2.19.21"
 
-texidoc = "Automatic fingering tries to put fingering instructions
+\header {
+  texidoc = "Automatic fingering tries to put fingering instructions
 next to noteheads.
 "
 }
 
-    \paper { raggedright= ##t }
+\layout { ragged-right= ##t }
 
+\relative {
+  c'4-4
+  <c-1 f-4>
+  < c-1 e-2 g-3  b-4 >
+}
 
-\score {
-
- \notes\relative c' {
- c4-4
-  <<c-1 f-4>>
-  << c-1 e-2 g-3  b-4 >>
-}}