]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/finger-chords.ly
* lily/new-fingering-engraver.cc (position_scripts): take priority
[lilypond.git] / input / regression / finger-chords.ly
index d7684f77c9f96663f0492e533470c03eb761153f..cc33d02bac7fd9727a053bcad12742af79c1f0f8 100644 (file)
@@ -1,21 +1,19 @@
 
-\version "2.1.22"
+\version "2.4.0"
 \header {
 
-texidoc = "With the new chord syntax it's possible to associate
-fingerings uniquely with notes. This makes horizontal fingering much
-easier to process."
+texidoc = "With the new chord syntax, it is possible to associate
+fingerings uniquely with notes. This makes it possible to add
+horizontal fingerings to notes.
+
+"
 
 }
-    \paper { raggedright= ##t }
+    \layout { raggedright= ##t }
 
 
 \score {
-    \notes \relative c'{
-
-       %% input order is not 1 2 3 , output is.
-       <c-1 g'-3 e-2  b'-4 d-5 f-6 a-7 c-8 > 4 
-
+     \relative c'{
        \set fingeringOrientations = #'(left)
        < c-1  e-2 g-3 b-5 > 4
 
@@ -34,10 +32,7 @@ easier to process."
        \set fingeringOrientations = #'(right)
        < c-1  e-2 g-3 b-5 > 4
 
-
-       
-}
-
+    }
 }