]> git.donarmstrong.com Git - lilypond.git/commit
Issue 4925: Don't use @code inside of @example
authorDavid Kastrup <dak@gnu.org>
Fri, 8 Jul 2016 19:41:54 +0000 (21:41 +0200)
committerDavid Kastrup <dak@gnu.org>
Fri, 15 Jul 2016 15:56:11 +0000 (17:56 +0200)
commitdb92af51a444062c8edaef3afa36f57375b8feeb
tree3fdc942931ce149a78931afe6f690001c410c027
parent2fe27fd7d3cf488ba62de66a02a285accdfa8da1
Issue 4925: Don't use @code inside of @example

@example is already set in monospace font (use @display if you don't
want to change fonts).  This replacement was done mechanically using
the script

    sed -i '/@example *$/,/@end example *$/{s/@code{\(\([^@}]\|@[@{}]\)*\)}/\1/g;s/ \+$//;}' $(git grep -l '^@end example$' Documentation)

so not all replacements are really formatted best.  But overall this
looks like an improvement.
33 files changed:
Documentation/ca/learning/tweaks.itely
Documentation/contributor/programming-work.itexi
Documentation/contributor/source-code.itexi
Documentation/cs/learning/tweaks.itely
Documentation/cs/web/community.itexi
Documentation/de/extending/scheme-tutorial.itely
Documentation/de/learning/tweaks.itely
Documentation/de/notation/changing-defaults.itely
Documentation/de/notation/input.itely
Documentation/de/notation/pitches.itely
Documentation/de/notation/rhythms.itely
Documentation/es/learning/tweaks.itely
Documentation/es/notation/changing-defaults.itely
Documentation/es/notation/input.itely
Documentation/es/notation/rhythms.itely
Documentation/fr/learning/tweaks.itely
Documentation/fr/notation/changing-defaults.itely
Documentation/fr/notation/input.itely
Documentation/fr/notation/rhythms.itely
Documentation/fr/notation/simultaneous.itely
Documentation/it/learning/tweaks.itely
Documentation/it/notation/changing-defaults.itely
Documentation/it/notation/input.itely
Documentation/it/notation/rhythms.itely
Documentation/ja/learning/tweaks.itely
Documentation/ja/notation/changing-defaults.itely
Documentation/ja/notation/input.itely
Documentation/ja/notation/rhythms.itely
Documentation/learning/tweaks.itely
Documentation/nl/learning/tweaks.itely
Documentation/notation/changing-defaults.itely
Documentation/notation/input.itely
Documentation/notation/rhythms.itely