]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/finger-chords.ly
* lily/my-lily-lexer.cc: add \accacciatura and \appoggiatura
[lilypond.git] / input / regression / finger-chords.ly
index 35857f8e3ef85151185072dbb7c4185c4b6d2cc3..de50af379fa6476f8f7df091037c0610f6d7fb5a 100644 (file)
@@ -1,4 +1,5 @@
-\version "1.7.6"
+
+\version "1.9.2"
 \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,17 +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 %%
-%% new-chords-done %%
-%% new-chords-done %%
+
+
+