Thanks much David !
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user
Pierre Perol-Schneider writes:
> Hi,
>
> I'd like to understand why the following function has no effect :
>
> %
>
> \version "2.19.3"
>
>
> myFunctionFalse = \override Score.BarNumber.break-visibility = ##(#f #f #f)
>
> myFunctionTrue = \override Score.BarNumb
Hi,
I'd like to understand why the following function has no effect :
%
\version "2.19.3"
myFunctionFalse = \override Score.BarNumber.break-visibility = ##(#f #f #f)
myFunctionTrue = \override Score.BarNumber.break-visibility = ##(#f #t #t)
myFunction =