lilypond-user
[Top][All Lists]
Advanced

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

How can I get my second tab voice to have stems!


From: Patrick Horgan
Subject: How can I get my second tab voice to have stems!
Date: Wed, 20 Apr 2011 02:41:12 -0700
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.17) Gecko/20110415 Shredder/3.1.11pre

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.)

\version "2.13.45"

\paper {
  oddFooterMarkup = #f
}
tagline = \markup { \center-column { "" ""   "This is my tagline" } }
upper = \relative c {
  \time 4/4
  \key c \major
  \voiceOne
  \stemUp
  < c' g' >2. <g c g'>4 |
  <c g'>4. g8 e' d c g( |
  a) d ~ d g,( a) d ~ d g,( |
 a) d ~ d g,( a) d ~ d4  |
}

lower = \relative c {
  \time 4/4
  \key c \major
  \voiceTwo
  \stemDown
  c4 e g, r | c e c e | f f f f | f f f f |
}


\score {
  <<
    \new StaffGroup = "tab with traditional" <<
      \new Staff = "guitar traditional" <<
        \clef "treble_8"
        \context Voice = "upper" \upper
        \context Voice = "lower" \lower
      >>
      \new TabStaff = "guitar tab" <<
        \tabFullNotation
        \context TabVoice = "upper" \upper
        \context TabVoice = "lower" \lower
      >>
    >>
  >>
}

Attachment: lethimroll.png
Description: PNG image

Attachment: lethimroll.ly
Description: Text Data


reply via email to

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