]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/script-stack-horizontal.ly
Merge commit 'origin' into includes
[lilypond.git] / input / regression / script-stack-horizontal.ly
index e9cba0687a0728d68d345f9e1226b575fbbfb4e6..f5b0646e1d6700d10283c6e1e1fda63f8f6d622a 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.12.0"
 
 \paper {
   ragged-right = ##t
@@ -12,14 +16,9 @@ The order may be set with script-priority."
 
 \relative 
 {
-  \set stringFingerOrientations = #'(left) 
+  \set stringNumberOrientations = #'(left) 
   \set fingeringOrientations = #'(left) 
-  \set strokeNumberOrientations = #'(left) 
+  \set strokeFingerOrientations = #'(left) 
   <cis-1\4
-   -\rightHandFinger #1
-   es-2\5
-   -\rightHandFinger #2
-   gis-3\6
-   -\rightHandFinger #3
-   >\arpeggio
+   -\rightHandFinger #1 f>\arpeggio
 }