]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/song-slurs.ly
Release: bump Welcome versions.
[lilypond.git] / input / regression / song-slurs.ly
1 \version "2.19.21"
2 \header {
3   texidoc="Festival song synthesis output supports
4 slurs.
5 "
6 }
7 \include "festival.ly"
8
9 \festival #"song-slurs.xml" { \tempo 4 = 100 }
10 <<
11   \relative \context Voice = "lahlah" {
12     \set Staff.autoBeaming = ##f
13     c'4
14     \slurDotted
15     f8.[( g16])
16     a4
17   }
18   \new Lyrics \lyricsto "lahlah" {
19     more slow -- ly
20   }
21   \new Lyrics \lyricsto "lahlah" {
22     \set ignoreMelismata = ##t % applies to "fas"
23     go fas -- ter
24     \unset ignoreMelismata
25     still
26   }
27 >>
28 #(ly:progress "song-slurs\n")
29 #(ly:progress "~a" (ly:gulp-file "song-slurs.xml"))