]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/finger-chords.ly
small fixes.
[lilypond.git] / input / regression / finger-chords.ly
index c09c095782b63ee86a54caad00acefb7637c75b3..f2ba10a7df7182ccc68a5a1c5185811a91a8c124 100644 (file)
@@ -1,31 +1,45 @@
-\version "1.7.6"
+
+\version "2.2.0"
 \header {
 
-texidoc = "With the new chord syntax it's possible to associate
+texidoc = "With the new chord syntax, it is possible to associate
 fingerings uniquely with notes. This makes horizontal fingering much
 easier to process."
 
 }
+    \paper { raggedright= ##t }
+
 
 \score {
     \notes \relative c'{
-       <<g_0>> 4
-       <<g_1>> 4
-       <<c''^5>> 4
-       <<e,^6>> 4
-       <<f,_1>> 4
-       << c-1 e-3>> 4
-       << c-1  e-3 g-5 >> 4
-       << c-1  e-2 g-3 b-5 >> 4
-       \property Voice.fingerHorizontalDirection = #LEFT
-       << c-1  es-3 g-5 >> 4
-       \property Voice.fingerHorizontalDirection = #RIGHT
-       << c-1  e-2 g-3 b-5 >> 4-\arpeggio
+
+       %% 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
+
+       \set fingeringOrientations = #'(down left)
+       < c-1  e-2 g-3 b-5 > 4
+
+       \set fingeringOrientations = #'(down left up)
+       < c-1  e-2 g-3 b-5 > 4
+
+       \once \override Fingering  #'staff-padding = #'()
+       < c-1  e-2 g-3 b-5 > 4
+
+       \set fingeringOrientations = #'(up left)
+       < c-1  e-2 g-3 b-5 > 4
+
+       \set fingeringOrientations = #'(right)
+       < c-1  e-2 g-3 b-5 > 4
+
+
        
 }
 
 }
 
-%% new-chords-done %%
-%% new-chords-done %%
-%% new-chords-done %%
+
+
+