bug-lilypond
[Top][All Lists]
Advanced

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

Ottava bracket mess up with \repeat percent


From: Xavier Scheuer
Subject: Ottava bracket mess up with \repeat percent
Date: Fri, 14 Jan 2011 22:50:29 +0100

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

-- 
Xavier Scheuer <address@hidden>



reply via email to

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