From 8ae109429fea0d637100038af3a690479f2f3cfe Mon Sep 17 00:00:00 2001 From: James Lowe Date: Wed, 24 Oct 2012 13:51:38 +0100 Subject: [PATCH] Doc: Pitches.itely @knownissue OctavateEight grob Issue 2832 Shows that any integers attached to a Clef is treated as a separate Grob so any override applied to the Clef also has to be applied as a separate override to the OctavateEight grob. Includes brief description and @lilypond example. --- Documentation/notation/pitches.itely | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/Documentation/notation/pitches.itely b/Documentation/notation/pitches.itely index ca0445dba8..873aeec8ef 100644 --- a/Documentation/notation/pitches.itely +++ b/Documentation/notation/pitches.itely @@ -1179,6 +1179,21 @@ Internals Reference: @rinternals{OctavateEight}, @rinternals{clef-interface}. +@knownissues +Ottavation numbers attached to clefs are treated as separate grobs. So +any @code{\override} done to the @var{Clef} will also need to be +applied, as a separate @code{\override}, to the @var{OctavateEight} +grob. + +@lilypond[fragment,quote,relative=1] +\new Staff \with { + \override OctavateEight #'color = #red + \override Clef #'color = #blue +} + +\clef "treble_8" c4 +@end lilypond + @node Key signature @unnumberedsubsubsec Key signature -- 2.39.5