]> git.donarmstrong.com Git - lilypond.git/blob - input/test/ophee-slurs.ly
402aba2322096b5fe535d7d6b13be6287e363de1
[lilypond.git] / input / test / ophee-slurs.ly
1 \score{
2         \notes \relative c''{
3                 \property Voice.slurVerticalDirection = #1
4                 \property Voice.slurBeginAttachment = #'head
5                 \property Voice.slurEndAttachment = #'head
6                 g16()g()g()g()d'()d()d()d
7         }
8         \paper{
9                 indent = 0.0;
10                 linewidth = 60.0\mm;
11         }
12 }