lilypond-user
[Top][All Lists]
Advanced

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

Re: How to enter explicit voices for use in Staff and TabStaff?


From: Keith OHara
Subject: Re: How to enter explicit voices for use in Staff and TabStaff?
Date: Fri, 27 Mar 2015 06:05:13 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Thomas Morley <thomasmorley65 <at> gmail.com> writes:

> Or any chance to get a neutral 'Bottom-context for use with LilyPond-syntax?
> 

We have close, with

mus = \relative c'' {
    <<
      \context Bottom = "1" { \voiceOne c4 r c r }
      \context Bottom = "2" { \voiceTwo r a r a}
    >> }

<<
  \new Staff << \clef "G_8" \mus >>
  \new TabStaff \mus
>>





reply via email to

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