1\version "2.16.0"
2\header
3{
4  texidoc = "Scripts left of a chord avoid accidentals."
5}
6
7\paper {
8  ragged-right = ##t
9}
10
11{
12  r4
13  \set fingeringOrientations = #'(left)
14  <cis''-3 >
15  <cis''!-3 e''> r4
16  <e'-1 bis'> <d'-1 bis'!>
17  <bis'! e''-5> <bis'! g''-5>
18  <g'-1 bes'> <f'-1 bes'!>
19  <bes'! f''-5> <bes'! g''-5>
20  <e'-1 bis'-3 e''-5> <d'-1 bis'!-3 g''-5>
21  <g'-1 bes'-3 f''-5> <f'-1 bes'!-3 g''-5>
22}
23