lilypond-user
[Top][All Lists]
Advanced

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

Aligning lyrics to non-visible melody


From: Kuredant Kuredant
Subject: Aligning lyrics to non-visible melody
Date: Wed, 10 Feb 2021 16:49:57 +0900

Hi,

Given the following example:

\version "2.23.0"

melody = \new Voice = "melody" \relative c {
  \time 3/4
  f''4 g8 f e f |
  e2.
}

songLyrics = \new Lyrics \lyricsto "melody" {
  Ky ri _ _ _ e
}

song = \new Voice = "song" \relative c' {
  \time 3/4
  c4 c c |
  c8 c c2 |
}

\score {
  \new StaffGroup <<
    \melody
    \song
    \songLyrics
  >>
  \layout {}
}

I would like to hide the "melody" staff, while keeping the lyrics aligned to it (i.e. keep only "song" and "songLyrics" in \score).
Is that possible? I've been looking through https://lilypond.org/doc/v2.22/Documentation/notation/vocal-music, but it seems that the melody staff is always displayed in the examples.

reply via email to

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