]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/finger-chords.ly
* input/regression/bar-number.ly: remove unnecessary old-relative
[lilypond.git] / input / regression / finger-chords.ly
index 56bec36584953fd48ad88ae9c5c6bf4f1dbde1ee..04ba72932c48385beb7d7a6541fbca3a4f7030c9 100644 (file)
@@ -1,3 +1,5 @@
+
+\version "1.9.1"
 \header {
 
 texidoc = "With the new chord syntax it's possible to associate
@@ -5,6 +7,8 @@ fingerings uniquely with notes. This makes horizontal fingering much
 easier to process."
 
 }
+    \paper { raggedright= ##t }
+
 
 \score {
     \notes \relative c'{
@@ -14,15 +18,20 @@ easier to process."
        <<e,^6>> 4
        <<f,_1>> 4
        << 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
+       <<c-1 e-3 g-5 >> 4
+       <<c-1 e-2 g-3 b-5 >> 4
+       <<c-1 e-2 g-3 b-5 d-6 f-7 a-8 c-9 >> 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 %%
+
+
+