Replying to myself as I've found a solution.

On Sat, May 12, 2012 at 3:41 PM, Choan Gálvez <[email protected]> wrote:
> Hi there.
>
> I'm working on the transcription of some of my ukulele arrangements, which
> will be published both as Staff only / Staff + TabStaff / TabStaff only.
>
> In order to get a useable TabStaff only output, I need to set
> `\tabFullNotation` in order to show rhythms, etc.
>
> And I've just discovered that the stems won't show up when using TabVoice --
> it doesn't matter if the voices are implicit, explicit or just one explicit
> voice.

[...]

> Should we call this a bug?

No, it's not a bug. `\tabFullNotation` must be used in a TabVoice context.

Easiest way is configuring the context on the layout:

\layout {
  \context {
    \TabVoice
    \tabFullNotation
  }
}

Sorry for the noise, guys.

Best.
-- 
Choan Gálvez

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to