From: Han-Wen Nienhuys Date: Thu, 24 Apr 2003 13:51:58 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: release/1.7.18~14 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=26e33e9a0254d6fa8b8fe0f082ebc99067f5f33f;p=lilypond.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 67552e3ab6..c66f09060a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -2003-04-24 +2003-04-24 Han-Wen Nienhuys * Documentation/user/preface.itely (Preface to version 1.8): update diff --git a/Documentation/user/introduction.itely b/Documentation/user/introduction.itely index 2f85dd0477..88238d8bf4 100644 --- a/Documentation/user/introduction.itely +++ b/Documentation/user/introduction.itely @@ -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 diff --git a/input/screech-boink.ly b/input/screech-boink.ly index 2ceccd9695..6361923863 100644 --- a/input/screech-boink.ly +++ b/input/screech-boink.ly @@ -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 < diff --git a/lily/spacing-spanner.cc b/lily/spacing-spanner.cc index 89cf829cfc..98587ba309 100644 --- a/lily/spacing-spanner.cc +++ b/lily/spacing-spanner.cc @@ -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; }