From 6a82f2326523c4e6bb97b9d67e6370c7ec79b24c Mon Sep 17 00:00:00 2001 From: David Kastrup Date: Tue, 9 Sep 2014 16:54:17 +0200 Subject: [PATCH] Add regtest for \addlyrics on Staff context --- .../regression/addlyrics-to-staff-context.ly | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 input/regression/addlyrics-to-staff-context.ly 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. +} -- 2.39.5