lilypond-user
[Top][All Lists]
Advanced

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

Re: Can not get '\override Score.BarNumber.break-visibility' to work


From: Kieren MacMillan
Subject: Re: Can not get '\override Score.BarNumber.break-visibility' to work
Date: Tue, 16 Sep 2014 15:12:42 -0400

Hi Markus,

> I'm trying to get bar numbers on every second bar get syntax error from stuff 
> straight out of the documentation.
> 
> /tmp/frescobaldi-qhLT9N/tmpOW4D8u/Le_vieux_chalet.ly:27:29: error: syntax 
> error, unexpected '.', expecting SCM_FUNCTION or SCM_IDENTIFIER or SCM_TOKEN 
> \override Score.BarNumber
>       .break-visibility = ##(#t #t #t)
> 
> Unfortunately I have absolutely no idea where to look for a solution. I'm 
> sure it is something very basic.
> 
> Here the entire file:
> \version “2.16.2"

I believe you’re using too old a version of Lilypond for that syntax. Try 
instead

    \override Score.BarNumber #'break-visibility = ##(#t #t #t)

Hope this helps!
Kieren.
_______________________

Kieren MacMillan, composer
www:  <http://www.kierenmacmillan.info>
email:  address@hidden


reply via email to

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