Hi, I'm a newbe, and I want to use lilypond for creating guitar sheet music, with both normal bars and guitar tab combined.
Things seem to work ok for mini files, but as soon as I trie to write something larger, I keep running into problems, such as: I define a chord \foo and a chord \baz, and when I make a sequence \foo \baz \foo \baz, the first occurrence of \foo is an octave lower than the second one, and this is also true of \baz. This happens with the lilypond file below this message. Could anyone tell me what's going on here? I'm using lilypond 2.2.3 from the debian woody backports from http://afavant.elte.hu/~wferi/debian . Best regards, Wouter foo = \notes { <c g> } baz = \notes { <g' d> } mytheme = \notes { |\foo \baz \foo \baz| } notenbalk = \notes { \relative c { \mytheme } } gitaartab = \notes { \notenbalk } \score { \context StaffGroup << \context Staff << \notenbalk >> \context TabStaff << \gitaartab >> >> \paper { } } _______________________________________________ lilypond-user mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/lilypond-user