]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/song-slurs.ly
Merge branch 'master' into dev/texi2html
[lilypond.git] / input / regression / song-slurs.ly
1 \version "2.11.51"
2
3 \include "festival.ly"
4
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])
12     a4
13   }
14   \new Lyrics \lyricsto "lahlah" {
15     more slow -- ly
16   }
17   \new Lyrics \lyricsto "lahlah" {
18     \set ignoreMelismata = ##t % applies to "fas"
19     go fas -- ter
20     \unset ignoreMelismata
21     still
22   }
23 >>
24 #(ly:progress "song-slurs\n")
25 #(ly:progress "~a" (ly:gulp-file "song-slurs.xml"))