lilypond-devel
[Top][All Lists]
Advanced

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

Re: Testing 1.5.36, almost there...


From: Heikki Johannes Junes
Subject: Re: Testing 1.5.36, almost there...
Date: Sat, 2 Mar 2002 15:01:48 +0200 (EET)

> curious, can you investigate further? It seems to work here.

It works, and it does not work. Below are some tests which show the
conditions when compiling worked. Do not ask me why it is so. The
traceback was always the same.

\score {
    \context PianoStaff <
        \notes { 
            \time 2/4  % if the time signature != 2/4 or 4/8, pass
            a4         % if the duration of first note != 4, pass
            \clef bass  
            a4         % if the duration of second note < 4, pass
        } 
        \notes { 
            a8 a a a   % if the duration of first note < 4, pass
        }
    >
}

--
      Heikki Junes




reply via email to

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