]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.62
authorfred <fred>
Sun, 24 Mar 2002 19:43:00 +0000 (19:43 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:43:00 +0000 (19:43 +0000)
input/error.ly
input/rhythm.ly
lily/stem.cc

index 351ba8725a9941baf57c9c625e7eb1df9a0dcd7f..c68205f0bee61e676379e5177e24bab0765a2b4e 100644 (file)
@@ -32,10 +32,6 @@ bla = \lyric{
 }
 
 
-% Setting up music ...lilypond: ../flower/include/cursor.inl:98: class Cursor<void *> Cursor<void *>::operator ++(int): Assertion 'pointer_' failed.
-%IOT trap/Abort
-% als geen music in staff
-
 \include "this-is-hopefully-a-nonexisting-file"
 \score{
        \staff{ bla }
index 24f134baeff8f8b5e2b56647ed6cb7b88ee6921c..068a30de4ecb92aca3953183ede2687b1faf3e89 100644 (file)
@@ -3,7 +3,7 @@
  filename:rhythm.ly
  title:
  description: 
- composers:HWN
+ composers:
  entered-by:HWN
  copyright:public domain
 
index da00ece26e75c2ce8b9c89b3afabdecc8e9f1030..7fb36e3005988369f805fbf195f274ea41f1917b 100644 (file)
@@ -202,9 +202,6 @@ Molecule*
 Stem::brew_molecule_p()const 
 {
     Molecule *out =0;
-    if (invisible_b() && ! rest_l_arr_.size())
-       warning("Empty stem. Ugh!");
-    
     if ( invisible_b() )
        return Staff_elem::brew_molecule_p();