From 37e1d45d80d5ee180e182b8f452c322ea9162906 Mon Sep 17 00:00:00 2001 From: Malte Meyn Date: Wed, 27 Dec 2017 14:22:34 +0100 Subject: [PATCH 2/3] Issue 5247/2: add \n for dynamic script niente \n is also added to the dynamics section of the Notation Reference. --- Documentation/notation/expressive.itely | 5 +++-- ly/dynamic-scripts-init.ly | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Documentation/notation/expressive.itely b/Documentation/notation/expressive.itely index 5f89cc66cf..b29fde1b24 100644 --- a/Documentation/notation/expressive.itely +++ b/Documentation/notation/expressive.itely @@ -247,14 +247,15 @@ Internals Reference: @funindex \spp @funindex \sfz @funindex \rfz address@hidden \n Absolute dynamic marks are specified using a command after a note, such as @code{c4\ff}. The available dynamic marks are @code{\ppppp}, @code{\pppp}, @code{\ppp}, @code{\pp}, @code{\p}, @code{\mp}, @code{\mf}, @code{\f}, @code{\ff}, @code{\fff}, @code{\ffff}, @code{\fffff}, @code{\fp}, @code{\sf}, @code{\sff}, address@hidden, @code{\spp}, @code{\sfz}, and @code{\rfz}. Dynamic -marks may be manually placed above or below the staff; see address@hidden, @code{\spp}, @code{\sfz}, @code{\rfz}, and @code{\n}. +Dynamic marks may be manually placed above or below the staff; see @ref{Direction and placement}. @lilypond[verbatim,quote] diff --git a/ly/dynamic-scripts-init.ly b/ly/dynamic-scripts-init.ly index f66696f8f1..a80061e467 100644 --- a/ly/dynamic-scripts-init.ly +++ b/ly/dynamic-scripts-init.ly @@ -1,4 +1,4 @@ -\version "2.16.0" +\version "2.21.0" % % declare the standard dynamic identifiers. @@ -32,3 +32,4 @@ fz = #(make-dynamic-script "fz") sp = #(make-dynamic-script "sp") spp = #(make-dynamic-script "spp") rfz = #(make-dynamic-script "rfz") +n = #(make-dynamic-script "n") -- 2.15.1