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

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to