lilypond-user
[Top][All Lists]
Advanced

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

Re:Insert text between staves


From: Br. Gabriel-Marie | SSPX
Subject: Re:Insert text between staves
Date: Thu, 23 Jun 2016 16:12:56 -0500
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.7.2

Well, I know how to do *that* - that is, I know how to get text above and below the staves.

But I want text above and below the scores - sort of like a subtitle. 

At the end of each page, about 3/4 inch below the last line of lyrics I want to put my note (it's to say that the chorus should be repeated after each verse).

Page1:
Chorus
myText

Page2:
verses
myText

On 6/23/2016 3:00 PM, address@hidden wrote:
I'm only guessing where you want to place it (since you didn't say more
than "between"), but if you want it at the bottom of the chorus/verse
section, then just attach it to a note on that particular staff and direct
it down/up-ward, respectively:

chorus = \new Voice = "chorus" \relative c'' {
  g a b c d_\myText \break
}

verses = \new Voice = "verses" \relative c'' {
  g^\myText a b c d \break
}

HTH,
Abraham


reply via email to

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