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