2009/5/11 Tim Rowe <[email protected]>: > but that involves me counting the bars, so I'd sooner do something like > \set Score.currentBarNumber = #(- 'internalBarNumber 1) > except not that because it doesn't work.
And neither does \set Score.currentBarNumber = #(- 'Score.currentBarNumber 1) nor \set Score.currentBarNumber = #(- Score.currentBarNumber 1) (I could never work out when I was doing Lisp whether I needed those ticks or not...) -- Tim Rowe _______________________________________________ lilypond-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-user
