I'm currently investigating how cue notes with lyrics attached can be properly implemented. The recording-group-emulate function is already able to extract lyrics, if they are attached to the music.
However, what I'm struggling with is what the cue-/quote-substitute functions should generated. Some attempts at raw lilypond code have failed to provide a way how to start a new Lyrics context from inside a Voice. In particular, the cue-/-quote-substitute functions only work by replacing some part of the music (inside the voice!) by something new containing the quoted music. So, the quoted lyrics would be quoted inside the voice... Attached is a sample file... Cheers, Reinhold -- ------------------------------------------------------------------ Reinhold Kainhofer, reinh...@kainhofer.com, http://reinhold.kainhofer.com/ * Financial & Actuarial Math., Vienna Univ. of Technology, Austria * http://www.fam.tuwien.ac.at/, DVR: 0005886 * LilyPond, Music typesetting, http://www.lilypond.org
\version "2.13.11" \pointAndClickOff % QUESTION: Is there any proper way to start a new Lyrics context, inside a % Voice??? The test cases below always put the Lyrics context below the % whole system rather than above/below the current staff... \score {<< \new Staff << \new Voice = "Vc1" { c'4 d'4 \new Lyrics \lyricmode { D4 E4 F4 } e'2 } \new Lyrics \lyricsto "Vc1" { A B C } >> \new Staff << \new Voice = "Vc2" { c''2 d'8 << {c'4. d'4 e'4} \addlyrics { D E F } >> e'2 } \new Lyrics \lyricsto "Vc2" { A B C D E F G H } >> \new Staff << \new Voice ="Vc" { c'4 d'4 e'2 f'4 e' d'} >> \new Staff << \new Voice = "Vc3" { c'8 c' c' c' << {c' c' c' c' c' c' c' c' c' c' } \new Lyrics \lyricsto "Vc" { x y z zz } >> d' d' d' d' } \new Lyrics \lyricsto "Vc2" { A B C D E F G H } >> \new Lyrics \lyricsto "Vc" { D E F } >>} \score {<< \new Staff << \new Voice ="Vc" { c'4 d'4 e'2 f'4 e' d'} >> \new Staff << \new Voice = "Vc3" { c'8 c' << {c' c' c' c' c' c' c' c' c' c' c' c' c' c' } \new Lyrics \lyricsto "Vc" { x y z zz } >> d' d' d' d' d' d' } >> \new Lyrics \lyricsto "Vc" { D E F G H I J K } >>}
CueNotes_NewLyrics_DuringVoice.pdf
Description: Adobe PDF document
_______________________________________________ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-devel