Status: Accepted
Owner: v.villenave
CC: reinhold.kainhofer
Labels: Type-Defect Priority-Low

New issue 765 by v.villenave: \displayLilyMusic doesn't handle octavations properly
http://code.google.com/p/lilypond/issues/detail?id=765

\version "2.12.3"
% The following code

\displayLilyMusic

\relative c'' { c \ottava #1 c' \ottava #0 c, }

% produces the following output:

{
  c''
  \context Staff
  \applyContext #ottava-modify
  c'''
  \context Staff
  \applyContext #ottava-modify
  c''
}

% however the ottava-modify procedure is not useable, so this
% output is broken.

% See commit b2639769d0dc33580d8f82c6b0260e7a941484b7 :-)

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to