]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-non-adjacent-columns3.ly
Release: bump Welcome versions.
[lilypond.git] / input / regression / spacing-non-adjacent-columns3.ly
1 \version "2.17.28"
2 \header {
3   texidoc = "The spacing engine avoids collisions between non-adjacent columns."
4 }
5
6 \paper{ragged-right = ##t }
7 <<
8   \new ChordNames \chordmode {
9     \set additionalPitchPrefix = #"add"
10     f2:13.15 f2
11   }
12   \new Staff {
13     f'4 f'8 f' f'2 \break
14     \set fingeringOrientations = #'(left)
15     \grace { <d-1-2-3>8[ f a] }
16     <fis''-1-2-3-4-5>4 r4
17     \set fingeringOrientations = #'(right)
18     <g'-1-2-3-4-5>4 \grace { d''8 e'' d''}
19     g'4
20   }
21 >>