Prevent segfault with arpeggio + no staff-symbol.
[lilypond/mpolesky.git] / input / regression / song-basic.ly
blob06d3e3b4f7d976c7c5bc5a19924e717edfa1de3e
1 \version "2.12.0"
3 \include "festival.ly"
5 \festival #"song-basic.xml" { \tempo 4 = 100 }
7 \time 3/4
8 \relative { c2 r2 e4 g2. }
9 \addlyrics { play the game }
11 #(ly:progress "song-basic")
12 #(ly:progress "~a" (ly:gulp-file "song-basic.xml"))