From: David Kastrup Date: Tue, 9 Sep 2014 14:54:17 +0000 (+0200) Subject: Add regtest for \addlyrics on Staff context X-Git-Tag: release/2.19.14-1~5^2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=6a82f2326523c4e6bb97b9d67e6370c7ec79b24c;p=lilypond.git Add regtest for \addlyrics on Staff context --- diff --git a/input/regression/addlyrics-to-staff-context.ly b/input/regression/addlyrics-to-staff-context.ly new file mode 100644 index 0000000000..13b45cacf7 --- /dev/null +++ b/input/regression/addlyrics-to-staff-context.ly @@ -0,0 +1,22 @@ +\version "2.19.14" + +\header { + texidoc = " +@code{\\addlyrics} may get used on a @code{Staff} context and will +then consider all note events created below it for synchronization. +" +} + +\relative \new Staff { + \time 2/4 + c''4 b8. a16 g4. + << { r8 a4( b) c2 } \\ + { f,8 e4 d c2 } + >> +} +\addlyrics { + Life is __ _ love, _ live __ _ life. +} +\addlyrics { + No more let sins and sor -- rows grow. +}