]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 24 Apr 2003 13:51:58 +0000 (13:51 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 24 Apr 2003 13:51:58 +0000 (13:51 +0000)
ChangeLog
Documentation/user/introduction.itely
input/screech-boink.ly
lily/spacing-spanner.cc

index 67552e3ab66315febac4312f863fe9f43f997842..c66f09060a6e4bc7b09037f0796b34683c04e61e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-2003-04-24    <hanwen@cs.uu.nl>
+2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
 
        * Documentation/user/preface.itely (Preface to version 1.8): update
 
index 2f85dd04772b369a47c2089a5f1bab03e8b859fa..88238d8bf43378f78b2e0cbfc0583d774198adfc 100644 (file)
@@ -239,13 +239,12 @@ mathematical operators.
 @node Example applications
 @section Example applications
 
-As programmers and hedonists enjoy beautifully written code, and
-beautifully printed music, but this program can applied to
-do useful things. In this section, we show a few small examples of
-what is possible.
-
-[todo: show examples]
+As programmers and hedonists we enjoy beauty in code, and code that
+produces beautiful typeset music, but nevertheless this program can
+applied to do useful things. In this section, we show a few small
+examples of what is possible.
 
+[TODO: show examples]
 
 The following example combines some more  exotic uses of notation
 
index 2ceccd9695598194ec6b3dfe8d939bfa24f0eda4..63619238638861dd0fd4c012d87311cff83eaa63 100644 (file)
@@ -5,7 +5,7 @@ clusterSneeuwbal =\notes {
                \property Voice.Beam \set #'transparent = ##t
 %              \property Staff.Accidental \set #'transparent = ##t
                \property Voice.Cluster \set #'padding = #0.25
-               \property Voice.Cluster \set #'shape = #'ramp
+               \property Voice.Cluster \set #'style = #'ramp
 }
 \score {
 \notes \context PianoStaff <
index 89cf829cfcaf8717ce4f87196b45870f9219fec4..98587ba30964a0d26db6d7e4006c73ce16a7e614 100644 (file)
@@ -752,7 +752,7 @@ Spacing_spanner::breakable_column_spacing (Grob*me, Item* l, Item *r,Moment shor
 
       (here no StaffSpacing from Y to X is found.)
     */      
-      programming_error ("No StaffSpacing wishes found");
+      warning ("No spacing wishes found. Does your score have a staff?");
       max_space = 2.0;
       max_fixed = 1.0;
     }