Hi there,

The first word (Lyrics) is not aligned correctly as it is bellow the
clef instead of being bellow or "in" the music.

Is this an error or am-I using it wrong?

I see this happening often e.g. in musicals where lyrics are important
for the violin player.

Here is my MWE :

\version "2.21.0"

displayedMusic = {R1}

lyricsMusic = {r16 c''}

verse = \lyricmode {Lyrics}
% Also, somehow ^this line breaks Frescobaldi indentation.

\new Staff <<
  \new Voice \displayedMusic
  %\new Voice \lyricsMusic
  \new NullVoice = "nullVoice" \lyricsMusic
  \new Lyrics \lyricsto "nullVoice" \verse
>>

-- 
Pierre-Luc Gauthier
\version "2.21.0"

displayedMusic = {R1}

lyricsMusic = {r16 c''}

verse = \lyricmode {Lyrics}
% Somehow ^this line breaks Frescobaldi indentation.

\new Staff <<
  \new Voice \displayedMusic
  %\new Voice \lyricsMusic
  \new NullVoice = "nullVoice" \lyricsMusic
  \new Lyrics \lyricsto "nullVoice" \verse
>>
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to