]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/script-stack-horizontal.ly
Imported Upstream version 2.18.0
[lilypond.git] / input / regression / script-stack-horizontal.ly
1
2 \header
3 {
4   texidoc = "horizontal scripts are ordered, so they do not overlap.
5 The order may be set with script-priority.
6
7 The scripts should not be folded under the time signature.
8 "
9   
10 }
11 \version "2.17.15"
12
13 \paper {
14   ragged-right = ##t
15 }
16
17 \relative c' 
18 {
19   \set stringNumberOrientations = #'(left) 
20   \set fingeringOrientations = #'(left) 
21   \set strokeFingerOrientations = #'(left) 
22   <cis-1\4
23    -\rightHandFinger #1 f>\arpeggio
24 }