]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/finger-chords.ly
* Documentation/user/changing-defaults.itely (Creating contexts):
[lilypond.git] / input / regression / finger-chords.ly
index 35857f8e3ef85151185072dbb7c4185c4b6d2cc3..c22bf7f3035e5cfcf720cd54769e749a0de0f5ce 100644 (file)
@@ -1,31 +1,45 @@
-\version "1.7.6"
+
+\version "2.1.30"
 \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.fingersHorizontal = ##t
-       << c-1  e-3 g-5 >> 4
-       \property Voice.fingersHorizontal = ##t
-       << c-1  e-2 g-3 b-5 >> 4
+
+       %% 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 %%
+
+
+