]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/script-stack-horizontal.ly
Doc-es: various updates.
[lilypond.git] / input / regression / script-stack-horizontal.ly
index d313f5fda4bb55db328fc557dbb3c446b969a0f8..766b24c18ea68a9dd8bb3ce9feb5abbfe12065ae 100644 (file)
@@ -1,10 +1,14 @@
+
 \header
 {
   texidoc = "horizontal scripts are ordered, so they do not overlap.
-The order may be set with script-priority."
+The order may be set with script-priority.
+
+The scripts should not be folded under the time signature.
+"
   
 }
-\version "2.9.24"
+\version "2.19.21"
 
 \paper {
   ragged-right = ##t
@@ -12,14 +16,9 @@ The order may be set with script-priority."
 
 \relative 
 {
-  \set stringFingerOrientations = #'(left) 
-  \set fingeringOrientations = #'(left) 
   \set stringNumberOrientations = #'(left) 
-  <cis-1\4
-   -\rightHandFinger #1
-   es-2\5
-   -\rightHandFinger #2
-   gis-3\6
-   -\rightHandFinger #3
-   >\arpeggio
+  \set fingeringOrientations = #'(left) 
+  \set strokeFingerOrientations = #'(left) 
+  <cis'-1\4
+   -\rightHandFinger #1 f>\arpeggio
 }