Am Mittwoch, 4. November 2009 07:29:09 schrieb Raphaël Doursenaud:
> Hi everybody,
>
> I'm using lilypond to create guitar and bass tablatures using a
> tablature.ly file found on the list with \tabNumbersOnly
> Now I'm writing the solo part and I'd like to hide the OttavaBracket on
> the tablature side.
> How can I do that?
>
> Thanks,

Hi,

Try the following

\layout {
        \context { \TabStaff
                \remove Ottava_spanner_engraver
        }
}

Greetings 

Martin


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to