]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/slur-flag.ly
200595c373b6b4418345b88ba9c8b29aa17f6899
[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 }