]> 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 cc33d02bac7fd9727a053bcad12742af79c1f0f8..16c56bb67afee77ff9e34c39617c0fc3f95d72c2 100644 (file)
@@ -1,40 +1,40 @@
 
-\version "2.4.0"
+\version "2.11.51"
 \header {
 
-texidoc = "With the new chord syntax, it is possible to associate
+  texidoc = "It is possible to associate
 fingerings uniquely with notes. This makes it possible to add
 horizontal fingerings to notes.
 
 "
 
 }
-    \layout { raggedright= ##t }
+\layout { ragged-right= ##t }
 
 
-\score {
-     \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
+\relative c'{
+  \set fingeringOrientations = #'(left)
+  < c-1  e-2 g-3 b-5 > 4
 
-       \set fingeringOrientations = #'(down left up)
-       < c-1  e-2 g-3 b-5 > 4
+  \set fingeringOrientations = #'(down left)
+  < 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 = #'(down left up)
+  < c-1  e-2 g-3 b-5 > 4
 
-       \set fingeringOrientations = #'(up left)
-       < 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 = #'(right)
-       < 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
 
-    }
 }
 
 
 
 
+