]> git.donarmstrong.com Git - lilypond.git/commitdiff
* Documentation/user/global.itely (File structure): remove
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 20 Oct 2006 20:51:48 +0000 (20:51 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 20 Oct 2006 20:51:48 +0000 (20:51 +0000)
\addqoute remark.

* lily/parser.yy (FIXME): remove ADDQUOTE

* Documentation/user/global.itely (Extracting fragments of
notation): new node, about clip systems.

ChangeLog
Documentation/user/global.itely
lily/parser.yy

index 90d3a66610f71ae74a7285900412034c3bce94d3..4a7bcc87a68a077139c24731bf355e23cb7b4e03 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2006-10-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
 
+       * Documentation/user/global.itely (File structure): remove
+       \addqoute remark.
+
+       * lily/parser.yy (FIXME): remove ADDQUOTE
+
        * Documentation/user/global.itely (Extracting fragments of
        notation): new node, about clip systems.
 
index 974d8c881592726a93f5e416ac73eda319a1ddbf..96d6a5872644d50aa8755786a43db9068dfad2c8 100644 (file)
@@ -182,7 +182,7 @@ For more information on output formats, see @ref{Invoking lilypond}.
 
 @seealso
 
-Examples: @inputfileref{input/regression/clip-systems.ly}
+Examples: @inputfileref{input/regression/,clip-systems.ly}
 
 
 @node File structure
@@ -207,10 +207,6 @@ A @code{\header} block.  This sets the global header block.  This
 is the block containing the definitions for book-wide settings, like
 composer, title, etc.
 
-@item
-An @code{\addquote} statement.  See @ref{Quoting other voices}
-for more information.
-
 @item
 A @code{\score} block.  This score will be collected with other
 toplevel scores, and combined as a single @code{\book}.
@@ -307,7 +303,9 @@ be entered:
 @itemize @bullet
 @item @code{\version}
 @item @code{\include}
-@item @code{\renameinput}
+@item @code{\sourcefilename}
+@item @code{\sourcefileline}
+
 @end itemize
 
 
index 85f2f060f473642a20968c6aff35e5616e1bd5ad..a075649481aafbdf6eba2f3bbc09d8d2e515bc64 100644 (file)
@@ -157,7 +157,6 @@ void set_music_properties (Music *p, SCM a);
 /* Keyword tokens with plain escaped name.  */
 %token ACCEPTS "\\accepts"
 %token ADDLYRICS "\\addlyrics"
-%token ADDQUOTE "\\addquote"
 %token ALIAS "\\alias"
 %token ALTERNATIVE "\\alternative"
 %token BOOK "\\book"