]> 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 42638ae56001161fec838e703089cdbd9b841626..c22bf7f3035e5cfcf720cd54769e749a0de0f5ce 100644 (file)
@@ -1,8 +1,8 @@
 
-\version "1.9.8"
+\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."
 
@@ -16,19 +16,22 @@ easier to process."
        %% 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 
 
-       \property Voice.fingeringOrientations = #'(left)
+       \set fingeringOrientations = #'(left)
        < c-1  e-2 g-3 b-5 > 4
 
-       \property Voice.fingeringOrientations = #'(down left)
+       \set fingeringOrientations = #'(down left)
        < c-1  e-2 g-3 b-5 > 4
 
-       \property Voice.fingeringOrientations = #'(down left up)
+       \set fingeringOrientations = #'(down left up)
        < c-1  e-2 g-3 b-5 > 4
 
-       \property Voice.fingeringOrientations = #'(up left)
+       \once \override Fingering  #'staff-padding = #'()
        < c-1  e-2 g-3 b-5 > 4
 
-       \property Voice.fingeringOrientations = #'(right)
+       \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