[tablatures] Re: How can I get my second tab voice to have stems! |
[ Thread Index |
Date Index
| More lilynet.net/tablatures Archives
]
- To: Xavier Scheuer <x.scheuer@xxxxxxxxx>
- Subject: [tablatures] Re: How can I get my second tab voice to have stems!
- From: Patrick Horgan <phorgan1@xxxxxxxxx>
- Date: Wed, 20 Apr 2011 19:34:28 -0700
- Cc: Mailinglist lilypond-user <lilypond-user@xxxxxxx>, Lilypond Tab <tablatures@xxxxxxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1303353293; bh=7ARFoTS7ALh1XF6HxOCPEOlmbEEDc1Jxs4fxpTO65JI=; h=X-Yahoo-Newman-Id:Received:X-Yahoo-SMTP:X-YMail-OSG:X-Yahoo-Newman-Property:Message-ID:Date:From:Reply-To:User-Agent:MIME-Version:To:CC:Subject:References:In-Reply-To:X-Enigmail-Version:Content-Type:Content-Transfer-Encoding; b=bWNOCmkEoRJgcFVKRXhPmUqgZ/ZTmoDErVXII5UVKiQwVfDxLLNoaSUNiiNkcs2EHxvelf1U4HNcaM3ciq+c5KQfQQA+h2EKTu+Z7vwaHV0392muBqB3dioAuVny3uOAxA0wtilg7kk9KaeFthfwewO2G7f5oB2cdRU19I7vhs4=
On 04/20/2011 02:55 AM, Xavier Scheuer wrote:
> \new TabStaff = "guitar tab" <<
> \new TabVoice = "upper" { \tabFullNotation \upper }
> \new TabVoice = "lower" { \tabFullNotation \lower }
> >>
Thank you. This also works:
\new TabStaff = "guitar tab" <<
\context TabVoice = "upper" { \tabFullNotation \upper }
\context TabVoice = "lower" { \tabFullNotation \lower }
>>
Once again I'm reading about context and trying to understand. I'm a
C/C++ guy and I guess it would make more sense to me if I understood the
data structures. I understand that the \context will do the \new if
required. Do they both create a named context exactly the same?
Patrick