Fix 524 pitched trill losing accidental.
[lilypond.git] / input / regression / song-slurs.ly
blob2e7fbddd9161bb07dbc5ba91eb9a9675e352f7f9
1 \version "2.11.16"
3 \include "festival.ly"
5 \festival #"song-slurs.xml" { \tempo 4 = 100 }
6 <<
7 \relative \context Voice = "lahlah" {
8 \set Staff.autoBeaming = ##f
9 c4
10 \slurDotted
11 f8.[( g16])
14 \new Lyrics \lyricsto "lahlah" {
15 more slow -- ly
17 \new Lyrics \lyricsto "lahlah" {
18 \set ignoreMelismata = ##t % applies to "fas"
19 go fas -- ter
20 \unset ignoreMelismata
21 still
24 #(ly:progress "song-slurs\n")
25 #(ly:progress "~a" (ly:gulp-file "song-slurs.xml"))