From: Werner Lemberg Date: Fri, 14 Mar 2008 00:09:36 +0000 (+0100) Subject: Some more minor formatting. X-Git-Tag: release/2.11.43-1~40^2^2~6 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=574e4c93281ca502cb4d6719ef75bb5304e8b40a;p=lilypond.git Some more minor formatting. --- diff --git a/lily/accidental-engraver.cc b/lily/accidental-engraver.cc index 910c62d282..ee4bc5742a 100644 --- a/lily/accidental-engraver.cc +++ b/lily/accidental-engraver.cc @@ -598,24 +598,26 @@ ADD_ACKNOWLEDGER (Accidental_engraver, tie); ADD_ACKNOWLEDGER (Accidental_engraver, note_column); ADD_TRANSLATOR (Accidental_engraver, - + /* doc */ "Make accidentals. " "Catch note heads, ties and notices key-change events. " "This engraver usually lives at Staff level, but " "reads the settings for Accidental at @code{Voice} level, " - "so you can @code{\\override} them at @code{Voice}. ", + "so you can @code{\\override} them at @code{Voice}.", - /* grobs */ + /* create */ "Accidental " "AccidentalCautionary " "AccidentalSuggestion ", - /* props */ + /* read */ "autoAccidentals " "autoCautionaries " "internalBarNumber " "extraNatural " "harmonicAccidentals " "localKeySignature ", + + /* write */ "localKeySignature " ); diff --git a/lily/accidental.cc b/lily/accidental.cc index 09ae8bfae9..c911525228 100644 --- a/lily/accidental.cc +++ b/lily/accidental.cc @@ -214,7 +214,7 @@ Accidental_interface::get_stencil (Grob *me) ADD_INTERFACE (Accidental_interface, "A single accidental.", - /* props */ + /* properties */ "alteration " "avoid-slur " "forced " diff --git a/lily/ambitus.cc b/lily/ambitus.cc index 62583aa6fb..6d6b5b0aac 100644 --- a/lily/ambitus.cc +++ b/lily/ambitus.cc @@ -71,7 +71,7 @@ Ambitus::print (SCM smob) ADD_INTERFACE (Ambitus, "The line between note heads for a pitch range.", - /* props */ + /* properties */ "join-heads " "note-heads " "thickness " diff --git a/lily/hairpin.cc b/lily/hairpin.cc index af5607503d..80f836d5b1 100644 --- a/lily/hairpin.cc +++ b/lily/hairpin.cc @@ -258,7 +258,7 @@ Hairpin::print (SCM smob) ADD_INTERFACE (Hairpin, "A hairpin crescendo or decrescendo.", - /* props */ + /* properties */ "adjacent-hairpins " "circled-tip " "bound-padding " diff --git a/lily/horizontal-bracket.cc b/lily/horizontal-bracket.cc index 07c3255264..59357fbcb3 100644 --- a/lily/horizontal-bracket.cc +++ b/lily/horizontal-bracket.cc @@ -121,7 +121,7 @@ Horizontal_bracket::print (SCM smob) ADD_INTERFACE (Horizontal_bracket, "A horizontal bracket encompassing notes.", - /* props */ + /* properties */ "bracket-flare " "columns " "edge-height "