]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/fingering-flag.ly
Adds Flags to stem support for scripts
[lilypond.git] / input / regression / fingering-flag.ly
1 \version "2.15.37"
2
3 \header {
4   texidoc = "Horizontal fingerings avoid flags.
5 "
6 }
7
8 \relative c' {
9   \set fingeringOrientations = #'(right)
10   <a-5 c-3>8
11 }