X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fcustos.cc;h=00da1d53d1bfee2288287e082d2c5523a641121b;hb=03f6b90453f1e4f5d794454c3a3f7f1f63eed0c0;hp=93ba64a0616a63c77f4adeba4e5ec158f3aca27c;hpb=bc95f4434f760d41191341ab4508b2064eb19025;p=lilypond.git diff --git a/lily/custos.cc b/lily/custos.cc index 93ba64a061..00da1d53d1 100644 --- a/lily/custos.cc +++ b/lily/custos.cc @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 2000--2010 Juergen Reuter + Copyright (C) 2000--2012 Juergen Reuter LilyPond is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -93,12 +93,12 @@ Custos::print (SCM smob) } ADD_INTERFACE (Custos, - "A custos object. @code{style} can have four valid values:" - " @code{mensural}, @code{vaticana}, @code{medicaea}, and" - " @code{hufnagel}. @code{mensural} is the default style.", - - /* properties */ - "style " - "neutral-position " - "neutral-direction " - ); + "A custos object. @code{style} can have four valid values:" + " @code{mensural}, @code{vaticana}, @code{medicaea}, and" + " @code{hufnagel}. @code{mensural} is the default style.", + + /* properties */ + "style " + "neutral-position " + "neutral-direction " + );