]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/slur-staccato.ly
* lily/stem.cc (get_default_stem_end_position): use beam_count - 1
[lilypond.git] / input / regression / slur-staccato.ly
1 \version "1.5.68"
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 }