]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/slur-staccato.ly
release: 1.5.29
[lilypond.git] / input / regression / slur-staccato.ly
1 \header {
2 texidoc="Manual hack for slur and staccato."
3 }
4
5 \paper { linewidth = -1.0 }
6
7 \score {
8   \context Staff \notes\relative c'' {
9     \property Voice.Slur \override
10       #'attachment-offset = #'((0 . 1) . (0 . 1))
11     a-.( g-. )a-.
12     \property Voice.Slur \override
13       #'attachment-offset = #'((0 . 1.5) . (0 . 1.5))
14     b-.( a-. )b-.
15   }
16 }