release commit
[lilypond.git] / input / test / drarn.ly
blobc2c154c74a1f916671f7c7a55b69e00fcf070faf
2 \version "2.1.7"
3 \header{texidoc="@cindex Drarn
4 You can attach slurs and ties to noteheads.
5 " }
7 \score {
8 \context Staff \notes <<
10 \relative c'' {
11 \time 3/8
12 \property Voice.Stem \set #'direction = #1
13 \property Voice.Tie \set #'direction = #1
14 \property Voice.Slur \set #'direction = #1
15 \property Voice.Slur \set #'attachment = #'(head . head)
16 c8~c(c)
17 }\\
18 \relative c'' {
19 \property Voice.Stem \set #'direction = #-1
20 \property Voice.Tie \set #'direction = #-1
21 \property Voice.Slur \set #'direction = #-1
22 \property Voice.Slur \set #'attachment = #'(head . head)
23 a8(a)~a
26 \paper { linewidth = 40*\staffspace
27 raggedright = ##t }