X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fgregorian-ligature.cc;h=e6e16e43931d0d6eb6f6280631fc3db8a00a73f9;hb=16266716c092914d78d4769659a1ade6b272669d;hp=7c212c265e534c08fa28da0ecaa3baabcc9a93dc;hpb=a6bd229f7fe1dc4a03478e14ccc0c0c66b225061;p=lilypond.git diff --git a/lily/gregorian-ligature.cc b/lily/gregorian-ligature.cc index 7c212c265e..e6e16e4393 100644 --- a/lily/gregorian-ligature.cc +++ b/lily/gregorian-ligature.cc @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 2003--2010 Han-Wen Nienhuys + Copyright (C) 2003--2012 Han-Wen Nienhuys LilyPond is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -26,7 +26,7 @@ void check_prefix (string name, int mask, int prefix_set, string *str) if (prefix_set & mask) { if (!str->empty ()) - *str += ", "; + *str += ", "; *str += name; } } @@ -60,21 +60,21 @@ Gregorian_ligature::prefixes_to_str (Grob *primitive) read by the associated item class, such as VaticanaLigature.--jr */ ADD_INTERFACE (Gregorian_ligature, - "A gregorian ligature.", + "A gregorian ligature.", - /* properties */ - "virga " - "stropha " - "inclinatum " - "auctum " - "descendens " - "ascendens " - "oriscus " - "quilisma " - "deminutum " - "cavum " - "linea " - "pes-or-flexa " - "context-info " - "prefix-set " - ); + /* properties */ + "virga " + "stropha " + "inclinatum " + "auctum " + "descendens " + "ascendens " + "oriscus " + "quilisma " + "deminutum " + "cavum " + "linea " + "pes-or-flexa " + "context-info " + "prefix-set " + );