]> 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 84ebb9a3673581559974fae8174504c4ba84c47e..04ba72932c48385beb7d7a6541fbca3a4f7030c9 100644 (file)
@@ -1,4 +1,5 @@
-\version "1.7.18"
+
+\version "1.9.1"
 \header {
 
 texidoc = "With the new chord syntax it's possible to associate
@@ -6,6 +7,8 @@ fingerings uniquely with notes. This makes horizontal fingering much
 easier to process."
 
 }
+    \paper { raggedright= ##t }
+
 
 \score {
     \notes \relative c'{
@@ -15,12 +18,13 @@ 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
+       <<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
+       << c-1  e-2 g-3 b-5 >> 4\arpeggio
        \property Voice.fingerHorizontalDirection = #LEFT
        << c_1  e-2 g-3 b^5 >> 4
        
@@ -28,6 +32,6 @@ easier to process."
 
 }
 
-%% new-chords-done %%
-%% new-chords-done %%
-%% new-chords-done %%
+
+
+