]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/script-stack-horizontal.ly
Split WWW target in two stages WWW-1 and WWW-2
[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 }
8 \version "2.10.0"
9
10 \paper {
11   ragged-right = ##t
12 }
13
14 \relative 
15 {
16   \set stringNumberOrientations = #'(left) 
17   \set fingeringOrientations = #'(left) 
18   \set strokeFingerOrientations = #'(left) 
19   <cis-1\4
20    -\rightHandFinger #1 f>\arpeggio
21 }