]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/finger-chords.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / finger-chords.ly
index 1c1f372264333e240af801daece2a0053c76ee92..2c5c6b6972179842c172338accbf017cbfb3e4f2 100644 (file)
@@ -1,33 +1,47 @@
-\version "1.7.16"
+
+\version "2.17.10"
 \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. Fingering defaults to not clearing
+flags and stems unless there is a collision or a beam.
+"
 
 }
+\layout { ragged-right= ##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
-       \property Voice.fingerHorizontalDirection = #LEFT
-       << c_1  e-2 g-3 b^5 >> 4
-       
-}
+
+
+\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 right)
+  < c-1  e-2 g-3 b-5 > 4.
+
+  \set fingeringOrientations = #'(right)
+  < c-1  e-2 g-3 b-5 > 8
+
+  \override Fingering.add-stem-support = ##t
+  \set fingeringOrientations = #'(up right)
+  < c-1  e-2 g-3 b-5 > 4.
+
+  \set fingeringOrientations = #'(right)
+  < c-1  e-2 g-3 b-5 > 8
 
 }
 
-%% new-chords-done %%
-%% new-chords-done %%
-%% new-chords-done %%
+
+
+
+