lilypond-user
[Top][All Lists]
Advanced

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

Re: turning off spurious warnings


From: Michael Vanier
Subject: Re: turning off spurious warnings
Date: Wed, 5 Mar 2003 18:03:30 -0800

That works!  Thanks.  The documentation makes it sound like " " is the
right way to skip lyrics.

On another note (no pun intended!): the latest version of python (2.3a2) 
generates
these warnings for ly2dvi:

/usr/local/share/lilypond/1.7.13/python/gettext.py:141: FutureWarning: hex/oct 
constants > sys.maxint will return positive values in Python 2.4 and up
  if strToInt(buffer[:4]) != 0x950412de:
/usr/local/share/lilypond/1.7.13/python/gettext.py:144: FutureWarning: hex/oct 
constants > sys.maxint will return positive values in Python 2.4 and up
  if strToInt(buffer[:4]) != 0x950412de:
/usr/local/share/lilypond/1.7.13/python/gettext.py:189: FutureWarning: hex/oct 
constants > sys.maxint will return positive values in Python 2.4 and up

Mike

> From: Han-Wen Nienhuys <address@hidden>
> Date: Wed, 5 Mar 2003 20:14:02 +0100
> 
> address@hidden writes:
> > 
> > I've just started working with Lilypond 1.7.13, after a long absence from
> > lilypond use.  I notice that I get warnings if I have empty lyrics that
> > don't match a notehead (say, they match a rest).  For empty lyrics I just
> > put in an empty string (""), which works, but then Lilypond treats that as
> > a "real" lyric and raises the unnecessary warning when the empty string
> > matches a rest.  Is there a way to get around this?
> 
> have you tried using \skip ?
> 
> -- 
> 
> Han-Wen Nienhuys   |   address@hidden   |   http://www.cs.uu.nl/~hanwen 
> 




reply via email to

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