bug-lilypond
[Top][All Lists]
Advanced

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

Wrong type argument in position 1 error


From: Kevin Nowaczyk
Subject: Wrong type argument in position 1 error
Date: Fri, 23 Sep 2005 04:42:48 -0700 (PDT)

Here is the minimum code to reproduce an error I'm
receiving from lilypond 2.6.0.  It seems like if
anything is changed from this point, such as, removing
the \key g \major, removing a staff, or even changing
the bes to c, the error disappears.

Thanks,
Kevin Nowaczyk

The full error message is:

Calculating line breaks...
[3][5]/usr/share/lilypond/2.6.0/scm/output-lib.scm:43:24:
In procedure cadr in expression (cadr note-collums):
/usr/share/lilypond/2.6.0/scm/output-lib.scm:43:24:
Wrong type argument in position 1: ()

and the code:
guitarone =
  {
    \time 4/4
    c16 c c c c c c c
    bes, c c c~ c c c c

    c c c c c c c c
    c c c c c c c c

    c c c c c c bes, c
    c c c c c c c c

    \time 2/4
    c c c c c c c c


  }

guitartwoandthree =
  {
    c1\5
    c1\5(
    d4\5 c4\5) c2\5
    c2\5
  }
\version "2.6.0"
\score
  {
    \new StaffGroup
      <<
        \new Staff {\clef "G_8" \key g \major
\guitarone }
        \new TabStaff
          {
            \guitartwoandthree
          }
      >>
  }




                
__________________________________ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com




reply via email to

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