]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/script-stack-horizontal.ly
Issue 2300: do not tinker with the position of a pitched rest
[lilypond.git] / input / regression / script-stack-horizontal.ly
index d313f5fda4bb55db328fc557dbb3c446b969a0f8..2a8809e689ad2dff4871c54107d37ecdac4c322e 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.14.0"
 
 \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) 
+  \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
 }