]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/script-stack-horizontal.ly
e9cba0687a0728d68d345f9e1226b575fbbfb4e6
[lilypond.git] / input / regression / script-stack-horizontal.ly
1 \header
2 {
3   texidoc = "horizontal scripts are ordered, so they do not overlap.
4 The order may be set with script-priority."
5   
6 }
7 \version "2.9.24"
8
9 \paper {
10   ragged-right = ##t
11 }
12
13 \relative 
14 {
15   \set stringFingerOrientations = #'(left) 
16   \set fingeringOrientations = #'(left) 
17   \set strokeNumberOrientations = #'(left) 
18   <cis-1\4
19    -\rightHandFinger #1
20    es-2\5
21    -\rightHandFinger #2
22    gis-3\6
23    -\rightHandFinger #3
24    >\arpeggio
25 }