From c36bbc8be9fc27c4f3d1461865645cec7355bf9b Mon Sep 17 00:00:00 2001 From: Valentin Villenave Date: Sat, 26 Apr 2008 18:42:03 +0200 Subject: [PATCH] Updated the NR title to "Notation Reference" It was confusing to still see "User Manual" everywhere (browser title bar, browser bookmarks, etc.) while we changed the name months ago. --- Documentation/user/lilypond.tely | 4 ++-- scm/define-music-types.scm | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Documentation/user/lilypond.tely b/Documentation/user/lilypond.tely index 59713a05d7..92f802ae96 100644 --- a/Documentation/user/lilypond.tely +++ b/Documentation/user/lilypond.tely @@ -6,7 +6,7 @@ version that you are working on. See TRANSLATION for details. @end ignore @setfilename lilypond.info -@settitle GNU LilyPond User Manual +@settitle GNU LilyPond Notation Reference @documentencoding UTF-8 @documentlanguage en @@ -136,7 +136,7 @@ Free Documentation License''. @top GNU LilyPond --- The music typesetter @c HJJ: Info needs `@top', which is a synonym for `@unnumbered' in TeX. -This is the User Manual for GNU LilyPond version @version{}. +This is the Notation Reference for GNU LilyPond version @version{}. @cindex web site @cindex URL diff --git a/scm/define-music-types.scm b/scm/define-music-types.scm index a6e1cbe178..d736bfebb1 100644 --- a/scm/define-music-types.scm +++ b/scm/define-music-types.scm @@ -71,7 +71,7 @@ Syntax: @var{note}@code{x}@code{y}, where @code{x} is a direction (@code{^} for up or @code{_} for down), or LilyPond's choice (no direction specified)), and where @code{y} is an articulation (such as @code{-.}, @code{->}, @code{\\tenuto}, @code{\\downbow}). -See the user manual for details.") +See the Notation Reference for details.") (types . (general-music event articulation-event script-event)) )) @@ -150,7 +150,7 @@ specific context.") Syntax: @var{note}@code{\\cr} @dots{} @var{note}@code{\\rc} You can also use @code{\\<}, @code{\\!}, @code{\\cresc}, and -@code{\\endcresc}. See the user manual for details.") +@code{\\endcresc}. See the Notation Reference for details.") (types . (general-music span-event span-dynamic-event crescendo-event event)) )) -- 2.39.5