bug-lilypond
[Top][All Lists]
Advanced

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

Issue 765 in lilypond: \displayLilyMusic doesn't handle octavations prop


From: codesite-noreply
Subject: Issue 765 in lilypond: \displayLilyMusic doesn't handle octavations properly
Date: Tue, 24 Mar 2009 17:03:23 +0000

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




reply via email to

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