bug-lilypond
[Top][All Lists]
Advanced

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

Re: tabs with lyrics


From: Phil Holmes
Subject: Re: tabs with lyrics
Date: Tue, 3 Oct 2017 15:52:02 +0100

"bb" <address@hidden> wrote in message news:address@hidden
One more silly question, tabs with lyrics.

I did not find any help in the archives.

I tried it this way:

\version "2.19.2"

tune = {\clef "treble_8" a b c d e f g }
\score {
<<
\new Staff { \tune }

\new TabStaff = tab \relative c'' { \tune }
\new Lyrics { \lyricsto "tab" { Here are the words } }
>>
}

Did you look at the error message this produces?

warning: cannot find Voice `tab'

\new Lyrics {
             \lyricsto "tab" { Here are the words } }

A good hint that lyrics work with voices:

\new TabStaff { \new TabVoice = tab { \relative c'' { \tune } } }


--
Phil Holmes





reply via email to

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