]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/finger-chords.ly
* scm/bass-figure.scm (make-bass-figure-markup): add
[lilypond.git] / input / regression / finger-chords.ly
index b0d1526d6a99c3fba00d3dbd8b3f6d4903e06dbe..38ab8b2aabce298a2ce77a0309b5cb7ef5fd535a 100644 (file)
@@ -1,3 +1,4 @@
+\version "1.7.18"
 \header {
 
 texidoc = "With the new chord syntax it's possible to associate
@@ -5,6 +6,8 @@ fingerings uniquely with notes. This makes horizontal fingering much
 easier to process."
 
 }
+    \paper { raggedright= ##t }
+
 
 \score {
     \notes \relative c'{
@@ -16,15 +19,17 @@ 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
        
 }
 
 }
 
-%% new-chords-done %%
-%% new-chords-done %%
-%% new-chords-done %%
+
+
+