bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Bar number on odd bars does not work on new release?


From: Esa Erola
Subject: Bar number on odd bars does not work on new release?
Date: Mon, 6 Jan 2014 20:21:46 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)


The snippet putting bar numbers on odd bars does not seem to work on 2.16.0
- it worked on an earlier release


\context { 
    \Score 
    barNumberVisibility = #all-bar-numbers-visible 
    barNumberVisibility = #(lambda (n) (= (modulo n 2) 1)) 
    \override BarNumber #'break-visibility = #all-visible 
}

The snipped is given here:

http://lsr.dsi.unimi.it/LSR/Snippet?id=712

Thanks
esa





reply via email to

[Prev in Thread] Current Thread [Next in Thread]