Hello,

I want to write my first guitar notes with tabs after finishing some harp scores.

While I found most guitar specific points, I have problem with polyphony.

The "normal" polyphony gives a problem with tabs. The notes are written to the staff instead of tab. (see meaure 4). What's wrong?

The bass notes in the first three measures (d, a, b, d, g, d, g, a) should be printed as half notes but stick with the beams. This is normally not correct but usual in guitar notation. How can this be done?

Best regards,
Helge
\version "2.11.25"

melody = \relative c {

\key d \major
\time 4/4

d8 a' d fis  a,, e' a cis | b, fis' b d  d,, fis' a cis |
g, d' g b  d,, fis' a d  | g,, g' b d  a, e' a cis |

<< { d,,2 a' } \\ { fis''8 d, a' d   e a, cis e, } >>


}

\score {
	<<
		\context Staff = Guit {	\clef "G_8" \melody	}		
		\context TabStaff = Tab	{
			\set TabStaff.stringTunings = #'(4 -1 -5 -10 -15 -22)
			\melody 
		}
	>>
}
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to