Re: Scheme function with boolean argument.

2014-04-11 Thread Pierre Perol-Schneider
Thanks much David ! ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Scheme function with boolean argument.

2014-04-11 Thread David Kastrup
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

Scheme function with boolean argument.

2014-04-11 Thread Pierre Perol-Schneider
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 =