]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/finger-chords.ly
Merge branch 'master' into dev/texi2html
[lilypond.git] / input / regression / finger-chords.ly
index 35857f8e3ef85151185072dbb7c4185c4b6d2cc3..16c56bb67afee77ff9e34c39617c0fc3f95d72c2 100644 (file)
@@ -1,31 +1,40 @@
-\version "1.7.6"
+
+\version "2.11.51"
 \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 = "It is possible to associate
+fingerings uniquely with notes. This makes it possible to add
+horizontal fingerings to notes.
 
-}
+"
 
-\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
-       
 }
+\layout { ragged-right= ##t }
+
+
+
+\relative c'{
+  \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 %%
+
+
+
+