]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/finger-chords.ly
small fixes.
[lilypond.git] / input / regression / finger-chords.ly
index 641b06463aac19345a4c2722d3271d056c341e43..f2ba10a7df7182ccc68a5a1c5185811a91a8c124 100644 (file)
@@ -1,8 +1,8 @@
 
-\version "2.1.7"
+\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."
 
@@ -16,22 +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
 
-       \once \property Voice.Fingering \set #'staff-padding = #'()
+       \once \override Fingering  #'staff-padding = #'()
        < c-1  e-2 g-3 b-5 > 4
 
-       \property Voice.fingeringOrientations = #'(up left)
+       \set fingeringOrientations = #'(up left)
        < c-1  e-2 g-3 b-5 > 4
 
-       \property Voice.fingeringOrientations = #'(right)
+       \set fingeringOrientations = #'(right)
        < c-1  e-2 g-3 b-5 > 4