]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/fingering-column-snap-radius.ly
Doc: Clarified how to use clip-systems option
[lilypond.git] / input / regression / fingering-column-snap-radius.ly
1 \version "2.17.16"
2
3 \header {
4   texidoc = "Horizontally-offset @code{Fingerings} align along the Y axis when
5 they are within @code{FingeringColumn.snap-radius} of each other.
6 "
7 }
8
9 \relative f'' {
10   \set fingeringOrientations = #'(left)
11   <cis-1 a-1 e-1>4
12   <ceses-1 a-1 e-1>4
13 }