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

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

Re: Volta brackets in scores?


From: Mats Bengtsson
Subject: Re: Volta brackets in scores?
Date: Sun, 07 Jan 2001 23:13:43 +0100

> 3rd try:
> 
> \score { \notes\context Staff {
> \property Staff.VoltaBracket = #'((meta .  ((interfaces . ()))))
>  \repeat volta 2 { c4 c4 } \alternative { d4 e4 }  }}

Great, it works! How about adding a definition

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

in property.ly, so you could do 

\property Staff.VoltaBracket = \turnOff

or similar for the object you want to get rid of.
Could you please a note to the FAQ.

   /Mats



reply via email to

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