From 6a4f1fed7b1be26f0ae29bc500eed7d29bd7659a Mon Sep 17 00:00:00 2001
From: Simon Albrecht <sincero@my.mail.de>
Date: Tue, 20 Dec 2016 19:38:46 +0100
Subject: [PATCH] Point to \resetRelativeOctave in NR 1.1.1.b (issue 5015)

---
 Documentation/notation/pitches.itely | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/Documentation/notation/pitches.itely b/Documentation/notation/pitches.itely
index d58ca67128..6b9e098121 100644
--- a/Documentation/notation/pitches.itely
+++ b/Documentation/notation/pitches.itely
@@ -297,6 +297,24 @@ that each interval contains.
 }
 @end lilypond
 
+In complex situations, it is sometimes useful to get back to a
+certain pitch regardless of what happened before. This can be
+done using @code{\resetRelativeOctave}:
+
+@lilypond[verbatim,quote]
+\relative {
+  <<
+    { c''2 d }
+    \\
+    { e,,2 f }
+  >>
+  \resetRelativeOctave c''
+  c2
+}
+@end lilypond
+
+@funindex \resetRelativeOctave
+
 
 @seealso
 Music Glossary:
-- 
2.39.5