]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/script-stack-horizontal.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / script-stack-horizontal.ly
index d313f5fda4bb55db328fc557dbb3c446b969a0f8..d307d9cf7bd421d8a7e8712276ac1c14f0ab349a 100644 (file)
@@ -1,25 +1,24 @@
+
 \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.17.15"
 
 \paper {
   ragged-right = ##t
 }
 
-\relative 
+\relative c' 
 {
-  \set stringFingerOrientations = #'(left) 
-  \set fingeringOrientations = #'(left) 
   \set stringNumberOrientations = #'(left) 
+  \set fingeringOrientations = #'(left) 
+  \set strokeFingerOrientations = #'(left) 
   <cis-1\4
-   -\rightHandFinger #1
-   es-2\5
-   -\rightHandFinger #2
-   gis-3\6
-   -\rightHandFinger #3
-   >\arpeggio
+   -\rightHandFinger #1 f>\arpeggio
 }