Wow! Thanks a lot for your reply! Is it a new bug or existing one?
Do you think that fixing this volta position bug will fix breath mark position? Can you run my code in the version that does not have volta position bug? Best regards, Alexey Arkhipenko. http://arkhipenko.weebly.com On Tue, May 22, 2018 at 4:03 PM Thomas Morley <thomasmorle...@gmail.com> wrote: > 2018-05-22 9:04 GMT+02:00 Arkhipenko Alexey <rual...@gmail.com>: > > % SORRY FOR LONG BUG REPORT! I COULDN'T MAKE IT SHORTER > > % While score is taking 2 lanes, adding volta to measure 6 makes breath > > sign in measure 6 move one note forward > > % Screenshot of result: https://i.imgur.com/aqL5GS9.png > > % Can be "fixed" by removing first voice or by removing volta > > > > \version "2.18.2" > > \language "english" > > > > << > > \new Staff { > > \clef "treble" \key d \minor > > { > > d'1 e'1 f'1 g'1 > > \glissando > > c''1 bf'1 c'' d'' e'' > > } > > } > > \new Staff { > > \clef "bass" \key d \minor > > { > > r4 d4 e4 f4 g4 a4 > > \breathe > > f4 g4 a4 c'4 d'4 c'4 bf4 d4 g4 f4 e4 c4 bf,4 > > \breathe > > a,4 g,4 a,4 g,4 > > \breathe > > \set Score.repeatCommands = #'((volta "1")) > > f,4 e,4 g,4 a,4 b,4 cs4 > > \set Score.repeatCommands = #'((volta #f)) > > e4 f4 e4 d1 > > > > } > > } > >>> > > > > Best regards, > > Alexey Arkhipenko. > > http://arkhipenko.weebly.com > > Hi, > > I think the wrongly positioned BreathingSign is only a symptom of the > underlying bug. > > It's the VoltaBracket being off. > > Below I made some code to highlight it more clearly. > > \relative c > << > \new Staff \repeat unfold 3 c'1 > \new Staff { > \repeat volta 1 { > \autoBeamOff > R1 > \break > f2. > } > \alternative { > { > \repeat unfold 4 b16 > \repeat unfold 8 b16 > } > } > \repeat unfold 8 f16 > } > >> > > I tested it from 2.21.0 downwards. 2.12.3 was the last stable version > without this bug, see attached. > > Cheers, > Harm > _______________________________________________ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilypond