bug-lilypond
[Top][All Lists]
Advanced

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

Issue 1478 in lilypond: Ottava bracket mess up with \repeat percent


From: lilypond
Subject: Issue 1478 in lilypond: Ottava bracket mess up with \repeat percent
Date: Mon, 17 Jan 2011 10:12:25 +0000

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




reply via email to

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