Status: Accepted Owner: ---- Labels: Type-Defect Priority-Medium
New issue 1478 by brownian.box: Ottava bracket mess up with \repeat percent http://code.google.com/p/lilypond/issues/detail?id=1478 Reported by Xavier Scheuer, http://lists.gnu.org/archive/html/bug-lilypond/2011-01/msg00171.html : % it's for: \version "2.13.46" % 2.12 does the same %-----------------8<---------------------------- Hi there! The following bug has been reported on the French mailing list. I did not find it on the tracker, so here is the report! ;) %% OttavaBracket mess up with \repeat percent %% %% In this case the ottava bracket should end after the "percent" %% measure (this is also true for a "two-measure" percent). %% Currently it stops at the last "normally-printed" note. %% \relative c'' { \ottava #1 \repeat percent 2 { c4 d e f } % ottava bracket ends before the percent, it should end after! } % with notes normally printed (i.e. no percent) it is OK \score { \unfoldRepeats \relative c'' { \ottava #1 \repeat percent 2 { c4 d e f } } } Cheers, Xavier %-----------------8<---------------------------- Attachments: test.png 2.1 KB _______________________________________________ bug-lilypond mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-lilypond
