]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyric-combine-derived-voice.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / lyric-combine-derived-voice.ly
diff --git a/input/regression/lyric-combine-derived-voice.ly b/input/regression/lyric-combine-derived-voice.ly
new file mode 100644 (file)
index 0000000..0c7e45d
--- /dev/null
@@ -0,0 +1,18 @@
+\version "2.16.0"
+\header {
+  texidoc = "For Voice-derived contexts like CueVoice, the lyrics should
+still start with the first note."
+}
+
+\score {
+  \new Staff <<
+    \new Voice \relative c'' {
+      g2 
+      <<
+          { \voiceOne r2 }
+          \new CueVoice = "cue" { \voiceTwo g4 g }
+      >>
+  }
+  \context Lyrics \lyricsto "cue" { A B }
+  >>
+}