]> 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 a573f0398882658a7f4e185c4819a287eaf61fab..cc33d02bac7fd9727a053bcad12742af79c1f0f8 100644 (file)
@@ -1,21 +1,19 @@
 
-\version "2.3.16"
+\version "2.4.0"
 \header {
 
 texidoc = "With the new chord syntax, it is possible to associate
-fingerings uniquely with notes. This makes horizontal fingering much
-easier to process."
+fingerings uniquely with notes. This makes it possible to add
+horizontal fingerings to notes.
+
+"
 
 }
-    \paper { raggedright= ##t }
+    \layout { raggedright= ##t }
 
 
 \score {
      \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 
-
        \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
 
-
-       
-}
-
+    }
 }