]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/fingering-column-snap-radius.ly
Release: bump Welcome versions.
[lilypond.git] / input / regression / fingering-column-snap-radius.ly
1 \version "2.19.21"
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 {
10   \set fingeringOrientations = #'(left)
11   <cis''-1 a-1 e-1>4
12   <ceses-1 a-1 e-1>4
13 }