Re: Barline type before \time change

2012-04-13 Thread Jan-Peter Voigt
Hello Urs, There are two possibilities: 1.: use a little music-function-helper: --snip-- \version 2.15.36 dbtime = #(define-music-function (parser location frac)(fraction?) #{ \bar || \time $frac #}) % example \relative c' { c4 e g b \dbtime 3/4 c des b | c2. } --snip-- but this

Re: Barline type before \time change

2012-04-13 Thread Urs Liska
Hello Jan-Peter and Tim, thanks for your replies. I would like to use this on sources I'm already working on. So I don't need to use your include construct. But I think I'll try out your Scheme engraver approach. If it doesn't work or behave as I would like, then I'll go for entering the

Re: Barline type before \time change

2012-04-13 Thread Urs Liska
Hi Jan-Peter, thanks a lot, works perfectly! Am 13.04.2012 11:49, schrieb Urs Liska: Hello Jan-Peter and Tim, thanks for your replies. I would like to use this on sources I'm already working on. So I don't need to use your include construct. But I think I'll try out your Scheme engraver

Barline type before \time change

2012-04-12 Thread Urs Liska
Hello list, I'm sorry, but I can't find the relevant documentation. I want to change lilyPond's default behaviour and tell it to use || barlines before \time changes instead of normal ones. Although it is quite easy to do this manually, I'd like to know where and how I could change this

Re: Barline type before \time change

2012-04-12 Thread Tim Roberts
Urs Liska wrote: I'm sorry, but I can't find the relevant documentation. I want to change lilyPond's default behaviour and tell it to use || barlines before \time changes instead of normal ones. The two things are not connected. LilyPond does not automatically force a bar line when the \time