2013/7/9 Eluze <[email protected]>: > maybe I'm missing something - but with > > \new TabStaff << > \new TabVoice { a b c } > \addlyrics {add- ly- rics } >>> > > an extra staff with the melody is added but the tab voice stays empty. > > <http://lilypond.1069038.n5.nabble.com/file/n147810/test4.png> > > a workaround has been shown e.g. in > http://lilypond.1069038.n5.nabble.com/lyrics-with-tab-staff-td137739.html#a137743 > > is this a bug? > should the documentation be enhanced with a warning about the limitations of > \addlyrics? > or should \addlyrics be eradicated? > > Eluze > > > > > -- > View this message in context: > http://lilypond.1069038.n5.nabble.com/addlyrics-with-TabVoice-doesn-t-work-tp147810.html > Sent from the Bugs mailing list archive at Nabble.com. > > _______________________________________________ > bug-lilypond mailing list > [email protected] > https://lists.gnu.org/mailman/listinfo/bug-lilypond
Hi Eluze, it's no bug, but intended behaviour. \addlyrics creates a Voice-context for the music, but TabStaff denies Voice. See http://lilypond.org/doc/v2.16/Documentation/notation/common-notation-for-vocal-music#aligning-lyrics-to-a-melody Scroll down to "Using \addlyrics" And /ly/engraver-init.ly ->TabStaff I just wrote about it in the german LilyPond-forum: http://www.lilypondforum.de/index.php?topic=1496.msg8308#msg8308 Cheers, Harm _______________________________________________ bug-lilypond mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-lilypond
