lilypond-user
[Top][All Lists]
Advanced

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

Re: tabs with lyrics


From: bb
Subject: Re: tabs with lyrics
Date: Tue, 3 Oct 2017 17:55:54 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0

With some experiments I got it:

\version "2.19.2"

Words = \lyricmode { Here are the words }

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

    \new TabStaff { \tune }
    \addlyrics{ \Words }
  >>
}


Am 03.10.2017 um 17:08 schrieb bb:

Sorry, I sent this accidentally to the bug-list first. Please delete! 

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 }    }
  >>
}

Another trial was with

        \new Voice = "hidden" {
      \hideNotes {\clef "treble_8" a b c d e f g }
    }
          \lyricsto "hidden" { Here are the words }
    }


Regards BB


reply via email to

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