]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/finger-chords.ly
* stepmake/stepmake/omf-targets.make (local-install): add
[lilypond.git] / input / regression / finger-chords.ly
index b0d1526d6a99c3fba00d3dbd8b3f6d4903e06dbe..4df28235faeb3fc40bf946ed2969a43954805173 100644 (file)
@@ -1,3 +1,4 @@
+\version "1.7.6"
 \header {
 
 texidoc = "With the new chord syntax it's possible to associate
@@ -16,10 +17,12 @@ easier to process."
        << 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
+       \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
        
 }