Re: Increment bar number after cadenza

2012-02-23 Thread -Eluze
ornello wrote: > > Ah, now I see :-) > > I need to place the \cadenzaOff exactly at the time position where the > previous measure stops. This won't work if I use the > Completion_heads_engraver as follows: > > \layout { > \context { > \Voice > \remove "Note_heads_engraver" > \consists "Comple

Re: Increment bar number after cadenza

2012-02-22 Thread Neil Thornock
I always use \cadenzaOff a measure before the cadenza actually ends -- then I get the barline I want and the correct measure number... On Wed, Feb 22, 2012 at 9:06 AM, ornello wrote: > > Works perfectly. > Many thanks > -- > View this message in context: > http://old.nabble.com/Increment-bar-num

Re: Increment bar number after cadenza

2012-02-22 Thread ornello
Works perfectly. Many thanks -- View this message in context: http://old.nabble.com/Increment-bar-number-after-cadenza-tp33371658p33371909.html Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com. ___ lilypond-user mailing list lil

Re: Increment bar number after cadenza

2012-02-22 Thread Choan Gálvez
Hi, On 2/22/12 16:32 , ornello wrote: I have an unmetered measure in my piece like { \override Score.BarNumber #'break-visibility = #all-visible c1 \cadenzaOn c4 d e f g f e d \cadenzaOff \bar "|" c1 } As specified in the documentation, bar numbering is resumed at the end of the cadenza