]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/slur-flag.ly
mass-link: handle filesystem crossing and support OS without link support
[lilypond.git] / input / regression / slur-flag.ly
1 \version "2.15.40"
2
3 \header {
4   texidoc = "Slurs take flag extents into account.
5 "
6 }
7
8 \relative c'' {
9   \stemUp
10   \slurUp
11   b8( c)
12 }