]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/accidental-fingering-collision.ly
Web-ja: update introduction
[lilypond.git] / input / regression / accidental-fingering-collision.ly
1 \version "2.19.21"
2
3 \header {
4   texidoc = "Horizontal @code{Fingering} grobs should not collide with
5 accidentals.
6 "
7 }
8
9 \relative {
10   \time 2/4
11   \set fingeringOrientations = #'(left)
12   <a-3 cis-4> <a-3 cis!-4> |
13 }