]> git.donarmstrong.com Git - lilypond.git/blob - input/bugs/drarn.ly
patch::: 1.5.7.jcn1
[lilypond.git] / input / bugs / drarn.ly
1 \version "1.3.148"
2 %% oops, weird small ties
3
4 \score {
5   \context Staff \notes <
6     \time 3/8
7     \context Voice=one \relative c'' {
8       \property Voice.Stem \set #'direction = #1
9       \property Voice.Tie \set #'direction = #1
10       \property Voice.Slur \set #'direction = #1
11       \property Voice.Slur \set #'attachment = #'(head . head)
12       c8 c()c  
13     }
14     \context Voice=two \relative c'' {
15       \property Voice.Stem \set #'direction = #-1
16       \property Voice.Tie \set #'direction = #-1
17       \property Voice.Slur \set #'direction = #-1
18       \property Voice.Slur \set #'attachment = #'(head . head)
19       a8()a~a  
20     }
21   >
22   \paper { linewidth = -1. } 
23 %  \paper { linewidth = 40*\staffspace } 
24 }