help-gnu-music
[Top][All Lists]
Advanced

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

Re: Two Lilypond questions


From: Mats Bengtsson
Subject: Re: Two Lilypond questions
Date: Thu, 01 Feb 2001 10:46:53 +0100

> > Unfortunately, the best solution at the moment is to 
> > explicitly remove the bracket for all but the top-most
> > staff, using
> > \property Staff.VoltaBracket = \turnOff
> 
>   This didn't work for me :( -- Lilypond complains that there isn't
> type-checking info for "Staff.VoltaBracket", which I take to mean that that
> variable doesn't exist, and indeed the bracket remains there.  I tried
> "Staff.noVoltaBraces" as well, which I found in some of the example files,
> but it didn't work either; and anyway, VoltaBracket looks like it's what's
> used in the source.

The macro \turnOff was introduced in 1.3.123. You could define
it yourself at the top of the file:

turnOff = #'((meta .  ((interfaces . ()))))

You'll still get the warning but that's harmless.

     /Mats





reply via email to

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