X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fpaper-column.cc;fp=lily%2Fpaper-column.cc;h=39a88371135fa4eebc68dfc7418fa3bd12ba2383;hb=eeb159920f0c8a69d229e3d34d413589c84f228d;hp=bcb480451507ccbbde9553d113e90bd1bb772df2;hpb=dfc9fb4d1b7bc13418214fa3df6d61a9714c1de4;p=lilypond.git diff --git a/lily/paper-column.cc b/lily/paper-column.cc index bcb4804515..39a8837113 100644 --- a/lily/paper-column.cc +++ b/lily/paper-column.cc @@ -355,7 +355,7 @@ Paper_column::print (SCM p) id_stencil.add_stencil (arrowhead.translated (p2)); id_stencil.add_stencil (number_stc->translated (num_off)); // use a lighter shade of blue so it will remain legible on black background. - id_stencil = id_stencil.in_color (0.2, 0.4, 1); + id_stencil = id_stencil.in_color (0.2, 0.4, 1.0); l.add_stencil (id_stencil); } @@ -400,7 +400,7 @@ Paper_column::print (SCM p) id_stencil.add_stencil (arrowhead.translated (p2)); id_stencil.add_stencil (number_stc->translated (num_off)); // use a lighter shade of red so it will remain legible on black background. - id_stencil = id_stencil.in_color (1, 0.25, 0.25); + id_stencil = id_stencil.in_color (1.0, 0.25, 0.25); l.add_stencil (id_stencil); } t.add_stencil (l); @@ -493,4 +493,3 @@ ADD_INTERFACE (Paper_column, "spacing " "used " "when "); -