> 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


_______________________________________________
Lilypond-devel mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to