gnu-music-discuss
[Top][All Lists]
Advanced

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

Re: lily 1.3.112


From: Han-Wen Nienhuys
Subject: Re: lily 1.3.112
Date: Wed, 29 Nov 2000 17:26:34 +0100

address@hidden writes:
> I'm in the process of updating my .ly files to 1.3.112 (the last version I
> used was somewhere .60). I noticed a strange thing: when I set autoBeamOff
> lily barfs on J.S.B's Praeludium 2 that it can't break the line. In fact

try this patch:

--- beam-engraver.cc~   Wed Nov 22 22:15:35 2000
+++ beam-engraver.cc    Wed Nov 29 17:23:36 2000
@@ -48,6 +48,7 @@
   virtual void create_grobs ();
   virtual void acknowledge_grob (Grob_info);
   virtual bool try_music (Music*);
+  virtual void process_music ();
 
 public:
   Beam_engraver ();
@@ -114,9 +115,8 @@
   daddy_trans_l_->set_property ("beamMelismaBusy", m ? SCM_BOOL_T :SCM_BOOL_F);
 }
 
-
 void
-Beam_engraver::create_grobs ()
+Beam_engraver::process_music ()
 {
   if (reqs_drul_[STOP])
     {
@@ -145,7 +145,12 @@
       else
        e->forbid_breaks ();
     }
-  
+}
+
+
+void
+Beam_engraver::create_grobs ()
+{
   if (reqs_drul_[START])
     {
       if (beam_p_)

> And second, what about the warning 'Can't find ascii characters 127.'?

A harmless warning. I added some more characters to the brace-font, so
you won't see those anymore with .113 

-- 

Han-Wen Nienhuys   |   address@hidden    | http://www.cs.uu.nl/~hanwen/




reply via email to

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