Re: Warning with voltaSpannerDuration

2012-10-17 Thread Kai Lautenschläger
> > there's already an issue > http://code.google.com/p/lilypond/issues/detail?id=1476 for this, but it's > not fixed yet. > > however is the output correct? > > Eluze > > > > -- > View this message in context: > http://lilypond.106

Re: Warning with voltaSpannerDuration

2012-10-09 Thread Eluze
verarbeitung der grafischen Elemente... > […] there's already an issue http://code.google.com/p/lilypond/issues/detail?id=1476 for this, but it's not fixed yet. however is the output correct? Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/Warning-with-voltaSpanne

Warning with voltaSpannerDuration

2012-10-09 Thread Dr. med. Kai Lautenschläger
sorry, I forgot the example: \version "2.17.4" music = { \relative c'' { \repeat unfold 2 { g4 f a b } } } \score { \new Staff << \set Score.voltaSpannerDuration = #(ly:make-moment 2 1 ) \repeat volta 2 { \music \music \music

Warning with voltaSpannerDuration

2012-10-09 Thread Dr. med. Kai Lautenschläger
Dear list, when using repeats with alternatives and restricting the volta spanner to one or two bar I get warnings when compiling. If you uncomment the line \set Score.voltaSpannerDuration = #(ly:make-moment 2 1 ) in the below example, I hope you will be able to reproduce the warning. The sam