> Hi there,
> I'm having no success trying to typeset some music without bars. 
> 
> I tried:
> 
> \score {
>       \notes \relative c'' {
>               \property Staff.barNonAuto = 1
>               c4 d e f g c d e f g }
> }
> 
> and as many variations I could think of, but I get either no visible effect
> at all or a 'parse error'. (I'm using 1.3.45 (installed from .deb)

Boolean values should be specified in Guile syntax in 1.3.x
also, the property must be specified at the Score level:

\property Score.barNonAuto = ##t

        /Mats


Reply via email to