]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/slur-staccato.ly
* lily/my-lily-lexer.cc: add \accacciatura and \appoggiatura
[lilypond.git] / input / regression / slur-staccato.ly
1
2 \version "1.9.2"
3 \header {
4 texidoc="Manual hack for slur and staccato."
5 }
6
7 \paper { raggedright = ##t}
8
9 \score {
10   \context Staff \notes\relative c'' {
11     \property Voice.Slur \override
12       #'attachment-offset = #'((0 . 1) . (0 . 1))
13     a-.( g-.  a)-.
14     \property Voice.Slur \override
15       #'attachment-offset = #'((0 . 1.5) . (0 . 1.5))
16     b-.( a-.  b)-.
17   }
18 }