]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/slur-flag.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / slur-flag.ly
1 \version "2.19.21"
2
3 \header {
4   texidoc = "Slurs take flag extents into account.
5 "
6 }
7
8 \relative {
9   \stemUp
10   \slurUp
11   b'8( c)
12 }