lilypond-user
[Top][All Lists]
Advanced

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

Re: Text placement above the staff


From: Aaron Hill
Subject: Re: Text placement above the staff
Date: Fri, 10 Apr 2020 01:22:45 -0700
User-agent: Roundcube Webmail/1.4.2

On 2020-04-10 12:46 am, Bernhard Kleine wrote:
I wonder :

Tenor = \new Staff \with {
  instrumentName = "tenor"
  \clef "treble_8"
} <<
  \new Voice = "TI" { \voiceOne \TenorVoiceI }
  \new Voice = "TII" { \voiceTwo \TenorVoiceII }
  \new Voice = "TIII" { \voiceOne \TenorVoiceIII }
  \new Lyrics \with { alignAboveContext = "tenor" } \lyricsto "TIII" {
\VerseTenorVoiceIII }
  \new Lyrics \lyricsto "TI" { \VerseTenorVoiceI }
  \new Lyrics \lyricsto "TII" { \VerseTenorVoiceII }
  >>

Why is the most upper text not above the staff?

Make sure to name the Staff context:

%%%%
Tenor = \new Staff = "tenor" \with {  % . . .
%%%%


-- Aaron Hill



reply via email to

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