]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/slur-flag.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / slur-flag.ly
1 \version "2.16.0"
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 }