From 51b3f5a23c8541b4dec3a0807979aef43720bade Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Fri, 29 Jul 2005 00:19:59 +0000 Subject: [PATCH] Misc small changes. --- ChangeLog | 9 +++++ Documentation/user/basic-notation.itely | 3 ++ Documentation/user/instrument-notation.itely | 36 ++++++++++++++++++-- Documentation/user/invoking.itely | 3 ++ Documentation/user/music-glossary.tely | 16 +++++++++ 5 files changed, 65 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index d33b65139f..e9be63ed6f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2005-07-28 Graham Percival + + * Documentation/user/invoking.itely: \score begins with music. + + * Documentation/user/ basic-notation.itely, + instrument-notation.itely: minor changes. + + * Documentation/user/music-glossary.itely: began tenuto entry. + 2005-07-28 Han-Wen Nienhuys * scm/output-socket.scm (bezier-sandwich): add bezier-sandwich diff --git a/Documentation/user/basic-notation.itely b/Documentation/user/basic-notation.itely index b91855fbd4..d9eb97974f 100644 --- a/Documentation/user/basic-notation.itely +++ b/Documentation/user/basic-notation.itely @@ -1211,6 +1211,9 @@ connected between different staves of a StaffGroup >> @end lilypond + +@commonprop + @cindex @code{whichBar} @cindex @code{repeatCommands} @cindex @code{defaultBarType} diff --git a/Documentation/user/instrument-notation.itely b/Documentation/user/instrument-notation.itely index 66e321a373..98d35c1522 100644 --- a/Documentation/user/instrument-notation.itely +++ b/Documentation/user/instrument-notation.itely @@ -1905,7 +1905,7 @@ highland bagpipe; to use them, add @end example @noindent -at the top of your input file. This lets you add the special flourishes +at the top of your input file. This lets you add the special gracenotes common to bagpipe music with short commands. For example, you could write @code{\taor} instead of @@ -1918,7 +1918,7 @@ notes in the appropiate octaves, so you do not need to worry about @code{\relative} or @code{\transpose}. @ignore -@lilypond[raggedright,verbatim,quote] +@lilypond[raggedright,verbatim,quote,notime] \include "bagpipe.ly" { \grg G4 \grg a \grg b \grg c \grg d \grg e \grg f \grA g A } @end lilypond @@ -1933,6 +1933,38 @@ notation. @ignore @lilypond[raggedright,verbatim,quote] +\include "bagpipe.ly" +\layout { + indent = 0.0\cm + \context { \Score \remove "Bar_number_engraver" } +} +\header { + title = "Amazing Grace" + meter = "Hymn" + arranger = "Trad. arr." +} +\score { + \time 3/4 + + \grg \partial 8*2 a8. d16 + \slurd d2 \grg f8[ e32 d16.] + \grg f2 \grg f8 e + \thrwd d2 \grg b4 + \grG a2 \grg a8. d16 + \slurd d2 \grg f8[ e32 d16.] + \grg f2 \grg e8. f16 + \dblA A2 \grg A4 + \grg A2 f8. A16 + \grg A2 \hdblf f8[ e32 d16.] + \grg f2 \grg f8 e + \thrwd d2 \grg b4 + \grG a2 \grg a8. d16 + \slurd d2 \grg f8[ e32 d16.] + \grg f2 e4 + \thrwd d2. + \slurd d2 + \bar "|." +} @end lilypond @end ignore diff --git a/Documentation/user/invoking.itely b/Documentation/user/invoking.itely index 08f1523644..eec9ce8623 100644 --- a/Documentation/user/invoking.itely +++ b/Documentation/user/invoking.itely @@ -643,6 +643,9 @@ This behavior can be changed by setting the variable @code{toplevel-score-handler} at toplevel. The default handler is defined in the init file @file{scm/@/lily@/.scm}. +The @code{\score} must begin with music, and may contain only +one music block. + @item A @code{\book} block logically combines multiple movements (i.e., multiple @code{\score} blocks) in one document. A number of diff --git a/Documentation/user/music-glossary.tely b/Documentation/user/music-glossary.tely index ce6c7f763d..4411f1ec19 100644 --- a/Documentation/user/music-glossary.tely +++ b/Documentation/user/music-glossary.tely @@ -371,6 +371,7 @@ Languages in this order. * tempo indication:: * tenor:: * tenth:: +* tenuto:: * third:: * thirty-second note:: * thirty-second rest:: @@ -4534,6 +4535,21 @@ FI: desimi. @aref{note value}. +@node tenuto +@section tenuto + +ES: +I: tenuto, +F: +D: +NL: +DK: +S: +FI: + +An indication that a particular note should be held for the whole +length. + @node third @section third -- 2.39.5