One suggestions,
%--
\version "2.6.4"
upper = \transpose c c' { \time 3/4 c4 e g | c e g | c e g }
lower = \transpose c c { \time 3/4 c2. | c | c }
%Change here
Invisible = { \hideNotes \time 3/4 c4 c c | c4. c8 c4 | c2. |}
verse
One suggestions,
%--
\version "2.6.4"
upper = \transpose c c' { \time 3/4 c4 e g | c e g | c e g }
lower = \transpose c c { \time 3/4 c2. | c | c }
%Change here
Invisible = { \hideNotes \time 3/4 c4 c c | c4. c8 c4 | c2. |}
ver
Hi Aaron!
Just a few words as I'm no expert in using lyrics...
The result is that the lyricsRhythm appears on it's own staff...
By doing
\context Voice ...
you are implicitly instantiating a score for its own while the piano
part is explicitly enclosed within
\score ...
So you have
> I would like to print lyrics in the center of a grandstaff that are
> aligned to a rhythm that is not printed. Here is what I have tried,
> but lilypond gives the following message,
>
> warning: cannot find Voice `lyricsRhythm'
> warning: cannot find Voice `lyricsRhythm'
>
> The r
The question has been raised before and I include a Cc: to lilypond-devel
as a feature request for something like \lyricsto where the actual music
voice isn't printed but just used as a template for the lyrics rhythm.
This is certainly useful for example for accompanying instruments, where
it woul