bug-lilypond
[Top][All Lists]
Advanced

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

Re: incompatible stem (type = 16)


From: Mats Bengtsson
Subject: Re: incompatible stem (type = 16)
Date: Thu, 15 Mar 2007 17:44:42 +0100
User-agent: Thunderbird 1.5.0.10 (X11/20070221)

One final comment: I noticed that you use
\tweak #'text #tuplet-number::calc-fraction-text
on every single tuplet. If you want the setting on all tuplets,
just add a corresponding setting in the \layout block:
\layout{
...
 \context {\Score
   ...
    \override TupletNumber #'text = #tuplet-number::calc-fraction-text
   ...
 }
...
}

  /Mats

karim haddad wrote:
Hello list

In this .ly file (very unconventional) i have a problem with :

/Users/hyperion/Desktop/lilbug/6.ly:72:0: warning: adding note head to incompatible stem (type = 16)

c'1*4/21~

although c'1 is a whole note and should has no stem

Even weirder, this works with the 2.10 version which  reports the error,
but in the latest version 2.11.20-1 i have the error and lilypond just hangs...

Any ideas ?




Another thing but this is no bug i presume . when i call lilypond fron my terminal i get


hyperion$ lilypond
Rebuilding font cache
This may take a few minutes.GNU LilyPond 2.10.20
error: LILYPONDPREFIX is obsolete, use LILYPOND_DATADIR

and this when i try version from version.

I tried to look for this variable, but didn't find it
I defined it in my .bash but no way?

thanx

Karim



------------------------------------------------------------------------

_______________________________________________
bug-lilypond mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/bug-lilypond

--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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