lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

NullVoice lyrics alignment error


From: Pierre-Luc Gauthier
Subject: NullVoice lyrics alignment error
Date: Wed, 20 Sep 2017 11:51:22 -0400

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

Attachment: nullVoiceLyricsError.ly
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]