]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/script-stack-horizontal.ly
4455a9a807a26b8095db39ce3c2836fd3bd933c0
[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
8 \paper {
9   ragged-right = ##t
10 }
11
12 \relative 
13 {
14   \set stringFingerOrientations = #'(left) 
15   \set fingeringOrientations = #'(left) 
16   \set stringNumberOrientations = #'(left) 
17   <cis-1\4
18    -\rightHandFinger #1
19    es-2\5
20    -\rightHandFinger #2
21    gis-3\6
22    -\rightHandFinger #3
23    >\arpeggio
24 }