From 8eb552dca0c12a419a224d89ae04912c6357c628 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Fri, 20 Oct 2006 20:51:48 +0000 Subject: [PATCH] * 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. --- ChangeLog | 5 +++++ Documentation/user/global.itely | 10 ++++------ lily/parser.yy | 1 - 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 90d3a66610..4a7bcc87a6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2006-10-20 Han-Wen Nienhuys + * 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. diff --git a/Documentation/user/global.itely b/Documentation/user/global.itely index 974d8c8815..96d6a58726 100644 --- a/Documentation/user/global.itely +++ b/Documentation/user/global.itely @@ -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 diff --git a/lily/parser.yy b/lily/parser.yy index 85f2f060f4..a075649481 100644 --- a/lily/parser.yy +++ b/lily/parser.yy @@ -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" -- 2.39.5