lilypond-user
[Top][All Lists]
Advanced

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

Re: keeping dynamics, etc out of TabStaff and/or TabVoice


From: Xavier Scheuer
Subject: Re: keeping dynamics, etc out of TabStaff and/or TabVoice
Date: Mon, 8 Nov 2010 19:20:35 +0100

Cc to the list.
Please "reply to all".  ;-)


On 8 November 2010 18:46, Mike Jarmy <address@hidden> wrote:
>
> I'm running 2.12.3, so I need to remove the Ottava_spanner_engraver
> from TabStaff as well.  The following works for me:
>
> \version "2.12.3"
>
> treble = {
>    \ottava #1
>    c''16\f\> d e f g f e d\!\p
> }
>
> bass = {
>   g'8 g g g
> }
>
> \book {
>   \score {
>       \new StaffGroup <<
>           \new Staff<<
>               \time 2/4
>               \new Voice { \voiceOne \relative c' { \treble }}
>               \new Voice { \voiceTwo \relative c' { \bass }}
>           >>
>           \new TabStaff<<
>               \time 2/4
>               \new TabVoice { \voiceOne \relative c { \treble }}
>               \new TabVoice { \voiceTwo \relative c { \bass }}
>           >>
>       >>
>       \layout {
>           \context {
>               \TabVoice
>               \remove "New_dynamic_engraver"
>           }
>           \context {
>               \TabStaff
>               \remove "Ottava_spanner_engraver"
>           }
>       }
>   }
> }
>

Yeah, I did not check (but that's why I said 2.13.38).
So it solved now, right?

Cheers,
Xavier

-- 
Xavier Scheuer <address@hidden>



reply via email to

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