On 20 April 2011 11:41, Patrick Horgan <phorg...@yahoo.com> wrote:
>
> Using GNU LilyPond 2.13.45, with this source there's no stems for the
> quarter notes in the bottom voice in the tab staff.  I'm attaching a png
> that shows the problem.  (I turned off the footer so the png would be
> small instead of being a whole page.)

If you have a look at the definition of  "tabFullNotation"  (in
"ly/property-init.ly", you would see that it contains –among others–
  \revert TabVoice.Stem #'length
which means that  \tabFullNotation  is intended to be used at the
"TabVoice" level.

This works:

  \new TabStaff = "guitar tab" <<
    \new TabVoice = "upper" { \tabFullNotation \upper }
    \new TabVoice = "lower" { \tabFullNotation \lower }
  >>

Cheers,
Xavier

-- 
Xavier Scheuer <x.sche...@gmail.com>

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

Reply via email to