lilypond-user
[Top][All Lists]
Advanced

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

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


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

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



reply via email to

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