Re: Bar numbers for broken measures

2012-10-30 Thread Thomas Morley
2012/10/20 Eluze elu...@gmail.com: Thomas Morley wrote how about adding it to the LSR, commenting the 2.16-part? Or extend http://lsr.dsi.unimi.it/LSR/Item?id=559 ? modulo-bar-number-visible works in 2.14.2 already, but is not documented, AFAIK. At least it would be nice to have it in the

Re: Bar numbers for broken measures

2012-10-19 Thread Xavier Scheuer
On 19 October 2012 02:52, Daniel Rosen drose...@gmail.com wrote: The piece I'm working on has a repeat that ends in the middle of a measure, with a line break at the same point: \version 2.16.0 \relative c' { \time 4/4 \repeat volta 2 { c d e } \break f | g a b } \paper { ragged-right =

Re: Bar numbers for broken measures

2012-10-19 Thread Peter Gentry
Date: Thu, 18 Oct 2012 21:27:01 -0400 From: Mark Witmer m...@markwitmer.com \version 2.16.0 \relative c' { \time 4/4 \repeat volta 2 { c d e } \once \set Score.barNumberVisibility = #(lambda (bar-number measure-position) #t) \once \set Score.barNumberFormatter = #(lambda

Re: Bar numbers for broken measures

2012-10-19 Thread Janek Warchoł
Hi, On Fri, Oct 19, 2012 at 2:52 AM, Daniel Rosen drose...@gmail.com wrote: The piece I'm working on has a repeat that ends in the middle of a measure, with a line break at the same point: I would like to have a bar number, perhaps in parentheses, at the beginning of the second line,

Re: Bar numbers for broken measures

2012-10-19 Thread Eluze
this message in context: http://lilypond.1069038.n5.nabble.com/Bar-numbers-for-broken-measures-tp135029p135054.html Sent from the User mailing list archive at Nabble.com. ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman

Re: Bar numbers for broken measures

2012-10-19 Thread Thomas Morley
2012/10/19 Eluze elu...@gmail.com: I just tried to add a snippet in LSR with several of the available procedures, however the LSR is still at version 2.14 so it wouldn't compile here is what I wanted to add: barNumberVisibility.ly

RE: Bar numbers for broken measures

2012-10-19 Thread Daniel Rosen
; perhaps it should be included in the NR somewhere? DR -Original Message- From: Janek Warchoł [mailto:janek.lilyp...@gmail.com] Sent: Friday, October 19, 2012 8:19 AM To: Daniel Rosen Cc: lilypond-user@gnu.org Subject: Re: Bar numbers for broken measures Hi, On Fri, Oct 19, 2012 at 2:52

Re: Bar numbers for broken measures

2012-10-19 Thread Eluze
... as always I'm not sure if I did the LSR addition correctly - please feel free to change it in any way! Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/Bar-numbers-for-broken-measures-tp135029p135072.html Sent from the User mailing list archive at Nabble.com

Bar numbers for broken measures

2012-10-18 Thread Daniel Rosen
The piece I'm working on has a repeat that ends in the middle of a measure, with a line break at the same point: \version 2.16.0 \relative c' { \time 4/4 \repeat volta 2 { c d e } \break f | g a b } \paper { ragged-right = ##t } I would like to have a bar number, perhaps in parentheses, at

Re: Bar numbers for broken measures

2012-10-18 Thread Mark Witmer
Hi Daniel, Here is one possible solution. The first \set permits the display of measure numbers over barlines in the middle of bars, and the second formats the bar numbers with parentheses. A few variables you can tweak for displaying bar numbers are listed at

Re: Bar numbers for broken measures

2012-10-18 Thread Mark Witmer
Oops, missing a paren... \version 2.16.0 \relative c' { \time 4/4 \repeat volta 2 { c d e } \once \set Score.barNumberVisibility = #(lambda (bar-number measure-position) #t) \once \set Score.barNumberFormatter = #(lambda (bar-number measure-position alternative-number