]> git.donarmstrong.com Git - lilypond.git/commitdiff
Use two uppercase letters in LilyPond.
authorHeikki Junes <heikki.junes@hut.fi>
Tue, 29 Jul 2003 12:45:11 +0000 (12:45 +0000)
committerHeikki Junes <heikki.junes@hut.fi>
Tue, 29 Jul 2003 12:45:11 +0000 (12:45 +0000)
21 files changed:
ChangeLog
Documentation/topdocs/INSTALL.texi
Documentation/user/latex-example.latex
Documentation/user/latex-lilypond-example.latex
Documentation/user/lilypond-book.itely
buildscripts/mf-to-table.py
debian/changelog
input/template/jazz-combo.ly
lily/include/lilypond-input-version.hh
lily/include/my-lily-lexer.hh
lily/lexer.ll
lily/lilypond-version.cc
lilypond-mode.el
make/lilypond.mandrake.spec.in
po/da.po
po/es.po
po/fr.po
po/ru.po
po/sv.po
scm/define-music-types.scm
scripts/lilypond-book.py

index f9ca87e63d3e3b218fcc58e3080d4946a065b6d9..70ad1057f8f1739acfd8195ce530b80452162eba 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-07-29  Heikki Junes <hjunes@cc.hut.fi>
+
+        * { many }: Use two uppercase letters in LilyPond.
+
 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
 
        * input/regression/font-name.ly: don't use PS fonts for
@@ -702,7 +706,7 @@ m2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
 
        * lilypond-mode.el, lilypond-indent.el: restrusture and comment
        paren highlight function definitions. add todo for
-       Lilypond-show-paren-mode.
+       LilyPond-show-paren-mode.
 
 2003-07-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
 
@@ -3079,7 +3083,7 @@ m2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
 
 2002-12-09  Heikki Junes <hjunes@cc.hut.fi>
 
-       * lilypond-mode.el (LilyPond-kill-job): Kill all Lilypond compiling
+       * lilypond-mode.el (LilyPond-kill-job): Kill all LilyPond compiling
        jobs at the same time. Add horizontal lines to Command menu.
        Allow one compiling job -- propose killing others before a new one.
 
index b011a475eb5fe5a239431f3d61af42acc934f84e..abb37e1de603c43bcfd9e69a5ecbb432c4d8156f 100644 (file)
@@ -134,7 +134,7 @@ script automating this has been included, see
 
 @subsection Compilation
 
-You need the following packages to compile Lilypond:
+You need the following packages to compile LilyPond:
 
 @itemize
 @item The GNU c++ compiler (version 2.95.2 or newer).
@@ -551,7 +551,7 @@ LilyPond is available through fink, in the unstable cvs distribution.
 You need to:
 @itemize @bullet
 @item Get the Fink package manager from @uref{http://fink.sourceforge.net}.
-@item Get the Lilypond package description by enabling the "unstable" tree
+@item Get the LilyPond package description by enabling the "unstable" tree
 in fink and executing @command{fink selfupdate-cvs}.
 @end itemize
 
index 68a861072a96014963980897cec15552226966cf..d69d815ddf9dfca9b68a0457431406ae3c73292c 100644 (file)
@@ -2,8 +2,8 @@
 
 
 
-%\def\preLilypondExample{}}
-%\def\postLilypondExample{}
+%\def\preLilyPondExample{}}
+%\def\postLilyPondExample{}
 
 
 \begin{document}
@@ -22,7 +22,7 @@ c d e
 
 % generate standard lilypond titles
 \input titledefs.tex
-\def\preLilypondExample{\def\mustmakelilypondtitle{}}
+\def\preLilyPondExample{\def\mustmakelilypondtitle{}}
 
 \begin{lilypond}
 \header {
index 72e7e2fd9c4ab91a58a42b2667e71033dbabe13b..8e29ef42c4ddb0ae838440a8daa2db45279be1fd 100644 (file)
@@ -7,8 +7,8 @@
 
 \documentclass[a4paper, 12pt]{article}
 
-%\def\preLilypondExample{}
-%\def\postLilypondExample{}
+%\def\preLilyPondExample{}
+%\def\postLilyPondExample{}
 %\usepackage{graphics}
 %\usepackage{landscape}
 
@@ -17,9 +17,9 @@
 %\twocolumn
 
 
-\section{Lilypond-book + LaTeX}
+\section{LilyPond-book + LaTeX}
 
-This is an examplefile for mixing Lilypond and Latex. It is also
+This is an examplefile for mixing LilyPond and Latex. It is also
 used to test lilypond-book. View the source to see how it is done.
 
 A simple scale:
@@ -30,7 +30,7 @@ A simple scale:
 }
 \end{lilypond}
 
-Lilypond-book search for the \verb|\score| command when it decides
+LilyPond-book search for the \verb|\score| command when it decides
 if the code is only a fragment. Thus, in the following code, you have
 to use \verb|fragment| option, because the comment confuses lilypond-book.
 
index dcf9d68f2a12c54c00ea8548c558cb20e506c9fc..5e03f8744c1b8745a83568658911653e8ad13f3c 100644 (file)
@@ -175,11 +175,11 @@ imported by adding the following to the top of the La@TeX{} file:
 
 @example
 \input titledefs.tex
-\def\preLilypondExample@{\def\mustmakelilypondtitle@{@}@}
+\def\preLilyPondExample@{\def\mustmakelilypondtitle@{@}@}
 @end example
 
-The music will be surrounded by @code{\preLilypondExample} and
-@code{\postLilypondExample}, which are defined to be empty by default.
+The music will be surrounded by @code{\preLilyPondExample} and
+@code{\postLilyPondExample}, which are defined to be empty by default.
 
 @node Integrating HTML and music
 @section Integrating HTML and music
@@ -377,7 +377,7 @@ To add titling from the @code{\header} section of the files, add the
 following to the top of the La@TeX{} file:
 @example
 \input titledefs.tex
-\def\preLilypondExample@{\def\mustmakelilypondtitle@{@}@}
+\def\preLilyPondExample@{\def\mustmakelilypondtitle@{@}@}
 @end example
 
 @command{lilypond-book} accepts the following command line options:
index a63cdc0c17b1910dba92fab8fca964ae5de905d2..188a0d3dfb6cb9542b26b2c45681b8efb11b81f6 100644 (file)
@@ -156,7 +156,7 @@ def write_fontlist (file, global_info, charmetrics):
        nm = font_family
        per_line = 3
        file.write (r"""
-%% Lilypond file to list all font symbols and the corresponding names
+%% LilyPond file to list all font symbols and the corresponding names
 %% Automatically generated by mf-to-table.py
 \score{\notes{\fatText\time %d/4
 """ % per_line)
index 093332501f7918e5e200f82507d72f6814db4cef..04c01355421cd40f4e726669dbc68cbec26bf950 100644 (file)
@@ -168,8 +168,8 @@ lilypond (1.4.5-1) unstable; urgency=low
 lilypond (1.4.3-1) unstable; urgency=high
 
   * New upstream release.
-  * Urgency high because Lilypond-1.2.17 is too buggy and yet it has
-    been stuck in testing forever.  Lilypond-1.4.x fixes multiple
+  * Urgency high because LilyPond-1.2.17 is too buggy and yet it has
+    been stuck in testing forever.  LilyPond-1.4.x fixes multiple
     serious bugs.  :-)
   * Ah, silly me, lilypond was conflicting against itself!  I forgot
     to remove this relics during the switch from lilypond1.3 to lilypond.
index 358350755ae7e78db83306459ae5a26d88d40bfd..cfbab5b3174cf29ddf14fe3aaa1dfed0ab870f70 100644 (file)
@@ -5,7 +5,7 @@
         composer = "Me"
         meter = "moderato"
         piece = "Swing"
-       tagline = "Lilypond example file by Amelie Zapf, Berlin 07/07/2003"
+       tagline = "LilyPond example file by Amelie Zapf, Berlin 07/07/2003"
        texidoc = "Jazz tune for combo (horns, piano, drums, bass, guitar)."
 }
 
index 0aef344dace906845237ee15fd69afa495cca63c..1333a556ad080a9565f8a5cf5a65a584b45482f7 100644 (file)
@@ -1,5 +1,5 @@
 /*
-  lilypond-version.hh -- declare Lilypond_version
+  lilypond-version.hh -- declare LilyPond_version
 
   source file of the GNU LilyPond music typesetter
 
 
 #include "string.hh"
 
-struct Lilypond_version 
+struct LilyPond_version 
 {
-  Lilypond_version (int major, int minor, int patch);
-  Lilypond_version (String str);
+  LilyPond_version (int major, int minor, int patch);
+  LilyPond_version (String str);
 
   String to_string () const;
   operator int () const;
@@ -26,6 +26,6 @@ struct Lilypond_version
   String extra_patch_string_;
 };
 
-extern Lilypond_version oldest_version;
+extern LilyPond_version oldest_version;
 
 #endif // LILYPOND_VERSION_HH
index f416eecfa9c8dbe90e980dd70a674bc24b765ad8..f4eae8ca4a7b9ee5b7fad171f92094401cdbfc44 100644 (file)
@@ -25,7 +25,7 @@ bool busy_parsing ();
 void kill_lexer ();
 void set_lexer ();
 
-/// lexer for Lilypond
+/// lexer for LilyPond
 class My_lily_lexer : public Includable_lexer 
 {
   Protected_scm scopes_;
index 7fc5828206eef619feb4a24bec0ceeda232ee15c..11dc326517491b342cd8ebcb387271833e9baa70 100644 (file)
@@ -729,14 +729,14 @@ strip_trailing_white (String&s)
 
 
 /* 1.3.146 == removal of ; */ 
-Lilypond_version oldest_version ("1.3.146");
+LilyPond_version oldest_version ("1.3.146");
 
 
 bool
 valid_version_b (String s)
 {
-  Lilypond_version current ( MAJOR_VERSION "." MINOR_VERSION "." PATCH_LEVEL );
-  Lilypond_version ver (s);
+  LilyPond_version current ( MAJOR_VERSION "." MINOR_VERSION "." PATCH_LEVEL );
+  LilyPond_version ver (s);
   if (! ((ver >= oldest_version) && (ver <= current)))
        {       
                non_fatal_error (_f ("Incorrect lilypond version: %s (%s, %s)", ver.to_string (), oldest_version.to_string (), current.to_string ()));
index ca293c9a784276c6cafb0ae08aa93ac5876ceaa7..385497271452b545ac6f75f85611aba39cf804c0 100644 (file)
@@ -1,5 +1,5 @@
 /*
-  lilypond-version.cc -- implement Lilypond_version
+  lilypond-version.cc -- implement LilyPond_version
 
   source file of the GNU LilyPond music typesetter
 
 #include "string-convert.hh"
 #include "array.hh"
 
-Lilypond_version::Lilypond_version (int major, int minor, int patch)
+LilyPond_version::LilyPond_version (int major, int minor, int patch)
 {
   major_ = major;
   minor_ = minor;
   patch_ = patch;
 }
 
-Lilypond_version::Lilypond_version (String str)
+LilyPond_version::LilyPond_version (String str)
 {
   Array<String> version;
   version = String_convert::split (str, '.');
@@ -34,12 +34,12 @@ Lilypond_version::Lilypond_version (String str)
 }
 
 String
-Lilypond_version::to_string () const
+LilyPond_version::to_string () const
 {
   return ::to_string (major_) + "." + ::to_string (minor_) + "." + ::to_string (patch_);
 }
 
-Lilypond_version::operator int () const
+LilyPond_version::operator int () const
 {
     // ugh
   return 100000 * major_ + 1000 * minor_ + patch_;
index ca5b3beed6717b9881a32d37b393c415c97cbd83..4d8c228a5ec2d65aa4700928c8b7177227575b29 100644 (file)
@@ -665,7 +665,7 @@ command."
 (if LilyPond-mode-map
     ()
   (setq LilyPond-mode-map (make-sparse-keymap))
-  ;; Put keys to Lilypond-command-alist and fetch them from there somehow.
+  ;; Put keys to LilyPond-command-alist and fetch them from there somehow.
   (define-key LilyPond-mode-map "\C-c\C-l" 'LilyPond-command-lilypond)
   (define-key LilyPond-mode-map "\C-c\C-r" 'LilyPond-command-region)
   (define-key LilyPond-mode-map "\C-c\C-b" 'LilyPond-command-buffer)
@@ -966,7 +966,7 @@ command."
 ;;;      (let ((file 'LilyPond-command-on-current))
 ;;;        (mapcar 'LilyPond-command-menu-entry LilyPond-command-alist))
 ;;; Some kind of mapping which includes :keys might be more elegant
-;;; Put keys to Lilypond-command-alist and fetch them from there somehow.
+;;; Put keys to LilyPond-command-alist and fetch them from there somehow.
          '([ "LilyPond" LilyPond-command-lilypond t])
          '([ "TeX" (LilyPond-command (LilyPond-command-menu "TeX") 'LilyPond-master-file) ])
          '([ "2Dvi" LilyPond-command-formatdvi t])
@@ -1127,7 +1127,7 @@ LilyPond-xdvi-command\t\tcommand to display dvi files -- bit superfluous"
       (setq zmacs-regions nil)
     (setq mark-even-if-inactive t))
 
-  ;; Context dependent syntax tables in Lilypond-mode
+  ;; Context dependent syntax tables in LilyPond-mode
   (make-local-hook 'post-command-hook) ; XEmacs requires
   (add-hook 'post-command-hook 'LilyPond-mode-context-set-syntax-table nil t)
 
index fff822a4482cc78820f61304464d55fcf94092a1..a37eb2e17dd6c83ff8c0fce75b05178a8144c4f2 100644 (file)
@@ -18,7 +18,7 @@ Requires:     tetex tetex-latex python chkfontpath info-install XFree86
 
 %description
 LilyPond is a music typesetter.  It produces beautiful sheet music using a
-high level description file as input.  Lilypond is part of the GNU project.
+high level description file as input.  LilyPond is part of the GNU project.
  
 LilyPond is split into two packages.  The package "lilypond" provides the
 core package, containing the utilities for converting the music source
index e97f0d6b362a946a6f1edf46320c352b6475768a..cbf0f0a0e2669703f20c0d14898cda801544561c 100644 (file)
--- a/po/da.po
+++ b/po/da.po
@@ -1722,7 +1722,7 @@ msgstr ""
 
 #: main.cc:198
 msgid "GNU LilyPond -- The music typesetter"
-msgstr "GNU Lilypond -- Musiktypesætteren"
+msgstr "GNU LilyPond -- Musiktypesætteren"
 
 #: main.cc:206
 #, fuzzy
index 58e72aad3e10cc2d3740ef47bdffa020db316115..c0b83b9d36da89257ff24244da7652e9c5109e42 100644 (file)
--- a/po/es.po
+++ b/po/es.po
@@ -1,4 +1,4 @@
-# Spanish translation of GNU Lilypond - http://lilypond.org
+# Spanish translation of GNU LilyPond - http://lilypond.org
 # Copyright (C) 2002 Free Software Foundation, Inc.
 # Quique <quique@sindominio.net>, 2002.
 #
index 93956a55c0639a026733aef175be35fede75200e..da46f865c84edddfe048a94556556b8eec8ad6d1 100644 (file)
--- a/po/fr.po
+++ b/po/fr.po
@@ -770,7 +770,7 @@ msgstr "pas de telle configuration: 
 #: ly2dvi.py:274
 #, python-format
 msgid "LilyPond crashed (signal %d)."
-msgstr "Lilypond a planté (signal %d)."
+msgstr "LilyPond a planté (signal %d)."
 
 #: ly2dvi.py:275
 msgid "Please submit a bug report to bug-lilypond@gnu.org"
@@ -800,7 +800,7 @@ msgstr "Analyse de %s..."
 #: ly2dvi.py:354
 #, python-format
 msgid "no LilyPond output found for `%s'"
-msgstr "aucune sortie de Lilypond n'a été trouvée pour « %s »"
+msgstr "aucune sortie de LilyPond n'a été trouvée pour « %s »"
 
 #. The final \n seems important here. It ensures that the footers and taglines end up on the right page.
 #. TODO: should set textheight (enlarge) depending on papersize.
index 016e188992db869fb1aed58449101d631dd76126..d7e17e6421c61eb1a791e71034aa34428c4ebed8 100644 (file)
--- a/po/ru.po
+++ b/po/ru.po
@@ -1690,7 +1690,7 @@ msgid ""
 "the GNU Project.\n"
 msgstr ""
 "LilyPond - ÐÒÏÇÒÁÍÍÁ ÎÁÂÏÒÁ ÍÕÚÙËÉ. ïÎÁ ÐÒÏÉÚ×ÏÄÉÔ ÐÒÅËÒÁÓÎÕÀ ÍÕÚÙËÕ\n"
-"ÎÁ ÂÕÍÁÇÅ, ÉÓÐÏÌØÚÕÑ ×ÙÓÏËÏÕÒÏ×ÎÅ×ÙÊ ÆÁÊÌ ÏÐÉÓÁÎÉÑ ÎÁ ××ÏÄÅ. Lilypond\n"
+"ÎÁ ÂÕÍÁÇÅ, ÉÓÐÏÌØÚÕÑ ×ÙÓÏËÏÕÒÏ×ÎÅ×ÙÊ ÆÁÊÌ ÏÐÉÓÁÎÉÑ ÎÁ ××ÏÄÅ. LilyPond\n"
 "Ñ×ÌÑÅÔÓÑ ÞÁÓÔØÀ ðÒÏÅËÔÁ GNU.\n"
 
 #: main.cc:182
index 186d02ed6a143aad96a851bb38604198a82e24a9..f07398f0eb1a988f2b330d679ecf33b35b72be22 100644 (file)
--- a/po/sv.po
+++ b/po/sv.po
@@ -1728,7 +1728,7 @@ msgstr ""
 
 #: main.cc:198
 msgid "GNU LilyPond -- The music typesetter"
-msgstr "GNU Lilypond -- Musiktypsättaren"
+msgstr "GNU LilyPond -- Musiktypsättaren"
 
 #: main.cc:206
 #, fuzzy
index 546dcca2836232ee5fb4be40a326c5a07fe1d24b..0b758bc901a3c00dabee2657f66af2be68d74aa2 100644 (file)
@@ -53,7 +53,7 @@ arguments to func are 1. the grob, 2. the originating context,
      . (
    (description .  "Adds an articulation marking to a note.  Syntax:
 @var{note}@code{X}@code{Y}, where X is a direction (up @code{^}, down
-@code{_}, or Lilypond's choice (no direction specified)), and where Y
+@code{_}, or LilyPond's choice (no direction specified)), and where Y
 is an articulation (such as @code{-.}, @code{->}, @code{\\tenuto},
 @code{\\downbow}).  See the user manual for details.")
 
index 43f7b7901c81d184b5eae086a94d9a5bbfcb23b7..0ad78608129a36a124430c4295a4a135abf5dc3e 100644 (file)
@@ -402,20 +402,20 @@ output_dict= {
                'output-small-verbatim': r'''{\small\begin{verbatim}
 %s\end{verbatim}}
 ''',
-               'output-default-post': "\\def\postLilypondExample{}\n",
-               'output-default-pre': "\\def\preLilypondExample{}\n",
+               'output-default-post': "\\def\postLilyPondExample{}\n",
+               'output-default-pre': "\\def\preLilyPondExample{}\n",
                'usepackage-graphics': '\\usepackage{graphics}\n',
                'output-eps': '\\noindent\\parbox{\\lilypondepswidth{%(fn)s.eps}}{\includegraphics{%(fn)s}}',
                'output-noinline': r'''
 %% generated: %(fn)s.eps
 ''',
-               'output-latex-quoted': r'''{\preLilypondExample
+               'output-latex-quoted': r'''{\preLilyPondExample
 \input %(fn)s.tex
-\postLilypondExample}''',
+\postLilyPondExample}''',
                'output-latex-noquote': r'''{\parindent 0pt
-\preLilypondExample
+\preLilyPondExample
 \input %(fn)s.tex
-\postLilypondExample}''',
+\postLilyPondExample}''',
                'pagebreak': r'\pagebreak',
                },
 
@@ -541,8 +541,8 @@ re_dict = {
                'lilypond-file': r'(?m)^[^%\n]*?(?P<match>\\lilypondfile\s*(\[(?P<options>.*?)\])?\s*\{(?P<filename>.+)})',
                'lilypond' : r'(?m)^[^%\n]*?(?P<match>\\lilypond\s*(\[(?P<options>.*?)\])?\s*{(?P<code>.*?)})',
                'lilypond-block': r"(?sm)^[^%\n]*?(?P<match>\\begin\s*(\[(?P<options>.*?)\])?\s*{lilypond}(?P<code>.*?)\\end{lilypond})",
-               'def-post-re': r"\\def\\postLilypondExample",
-               'def-pre-re': r"\\def\\preLilypondExample",
+               'def-post-re': r"\\def\\postLilyPondExample",
+               'def-pre-re': r"\\def\\preLilyPondExample",
                'usepackage-graphics': r"\usepackage\s*{graphics}",
                'intertext': r',?\s*intertext=\".*?\"',
                'multiline-comment': no_match,
@@ -633,7 +633,7 @@ def error (str):
 
 
 def compose_full_body (body, opts):
-       '''Construct the lilypond code to send to Lilypond.
+       '''Construct the lilypond code to send to LilyPond.
        Add stuff to BODY using OPTS as options.'''
        music_size = default_music_fontsize
        if g_force_music_fontsize:
@@ -1580,7 +1580,7 @@ for opt in options:
        elif o == '--outname' or o == '-o':
                if len (files) > 1:
                        #HACK
-                       sys.stderr.write ("Lilypond-book is confused by --outname on multiple files")
+                       sys.stderr.write ("lilypond-book is confused by --outname on multiple files")
                        sys.exit (1)
                outname = a
        elif o == '--help' or o == '-h':