]> git.donarmstrong.com Git - lilypond.git/blob - input/bugs/first-tie.ly
partial: 1.5.47.jcn
[lilypond.git] / input / bugs / first-tie.ly
1 \header{
2     texidoc="no tie is generated for first chord of score.  workaround: begin
3 with s1*0 spacer note."
4     }
5
6 \score {
7     \context Staff \notes {
8         % s1*0
9         <a1> ~ <a>
10     }
11 }