lilypond-user
[Top][All Lists]
Advanced

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

organizing pieces with variables - lyrics not aligned


From: Darren Ng
Subject: organizing pieces with variables - lyrics not aligned
Date: Sun, 19 Feb 2023 08:57:49 +0800

In the following sheet,
"Dave" and "Ed" are not on the same line.

How to properly group melodies and their matching lyrics into variables,
while keeping lyrics on the same line?

    \version "2.24.1"
    segmentA = {<<
      { c4 c4 c4 c8 r8 }
      \addlyrics { Alice Bob Cathy Dave }
    >>}
    segmantB = { <<
      { d4 d4 d4 d8 r8 }
      \addlyrics { Ed Fred Greg Howl }
    >>}
    \score {
      \relative c'' {
        \clef "treble" \numericTimeSignature \time 4/4
        \segmentA
        \segmantB
      }
      \layout { }
    }



reply via email to

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