lilypond-user
[Top][All Lists]
Advanced

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

Re: Bug in 2.13.44-1?


From: Tim McNamara
Subject: Re: Bug in 2.13.44-1?
Date: Sun, 2 Jan 2011 23:17:47 -0600

On Dec 30, 2010, at 12:00 AM, James Bailey wrote:

> 
> On Dec 30, 2010, at 3:52 AM, Tim McNamara wrote:
> 
>> Is this a bug?
>> 
>> Interpreting music... 
>> /Applications/LilyPond.app/Contents/Resources/share/lilypond/current/scm/chord-ignatzek-names.scm:208:9:
>>  In procedure chord-name->pop-markup in expression (name-root root 
>> lowercase-root?):
>> /Applications/LilyPond.app/Contents/Resources/share/lilypond/current/scm/chord-ignatzek-names.scm:208:9:
>>  Wrong number of arguments to #<procedure chord-name->pop-markup (pitch)>
>> 
>> Compilation exited abnormally with code 1 at Wed Dec 29 20:48:49
> 
> Can you provide a tiny example which generates this error?

Sorry about the delay.  Here is a file that fails.  In fact all of my files 
fail with 2.13.44-1, resulting in the error messages:

Interpreting music... 
/Applications/LilyPond.app/Contents/Resources/share/lilypond/current/scm/chord-ignatzek-names.scm:208:9:
 In procedure chord-name->pop-markup in expression (name-root root 
lowercase-root?):
/Applications/LilyPond.app/Contents/Resources/share/lilypond/current/scm/chord-ignatzek-names.scm:208:9:
 Wrong number of arguments to #<procedure chord-name->pop-markup (pitch)>



It looks like a problem in the the Scheme file for Ignaztek chord names.



\version "2.13.44"

#(ly:set-option 'delete-intermediate-files #t)

\paper {
    indent = 0.0
    ragged-last = ##f

\header {
  title = "Lilypond Test"
  composer = "McNamara"
  meter = "Swing Ballad"
}

harmonies = \chordmode {

r8 
% 1
bes2:min7 ges2:7
des1:maj7
bes2:min7 ges2:7
des1:maj7

% 5
bes2:min7 ges2:7
bes2:min7 ees2:7
ees2:min7 aes2:7
des1:maj7



}

melody = \relative c' {
\override Staff.TimeSignature #'style = #'()
\time 4/4
\clef treble
\key des\major

% 1
r1
r1
r1
r1 \break

% 5
r1
r1
r1
r1

\bar ":|"

}



\score 

{
  <<

    \new ChordNames {
      \set chordChanges = ##t
      \harmonies
    }
    \new Staff \melody
  >>  

}





reply via email to

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