]> git.donarmstrong.com Git - lilypond.git/blob - input/bugs/rhytmicstaff-tie.ly
release commit
[lilypond.git] / input / bugs / rhytmicstaff-tie.ly
1 % from José Luis Cruz <joseluis AT jazzartistas.com>
2 \version "2.1.0"
3
4 \header { 
5   texidoc="@cindex A tie in RhythmicStaff fails to compile."
6 }
7
8 \score { 
9   \context RhythmicStaff {
10     \notes { 
11         c1 ~ c1
12     }
13   }
14 }