bug-lilypond
[Top][All Lists]
Advanced

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

Issue 748 in lilypond: Modes should support quarter-tones


From: codesite-noreply
Subject: Issue 748 in lilypond: Modes should support quarter-tones
Date: Sat, 28 Feb 2009 13:35:28 +0000

Status: Accepted
Owner: v.villenave
Labels: Type-Defect Priority-Medium

New issue 748 by v.villenave: Modes should support quarter-tones
http://code.google.com/p/lilypond/issues/detail?id=748

\version "2.12.1"

% A mode that contains a quarter tone generates the warning:
% "warning: No ordering for key signature alterations"

% and if a \midi { } statement is included this error is also generated:
% "lily-library.scm:149:5: Wrong type (expecting exact integer): -1/2"

% Here's a minimal file to demonstrate the problem:

mode = #`((1 . ,SEMI-FLAT))
\score {
 \relative c'' {
  \key c \mode
  c4
 }
\layout { }
\midi { }
}

% This example is musical nonsense, but the same construct is
% used, for example, in the bayati mode in ly/arabic.ly, and
% generates similar errors.


--
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]