]> git.donarmstrong.com Git - lilypond.git/commitdiff
Doc: Pitches.itely @knownissue OctavateEight grob
authorJames Lowe <pkx166h@gmail.com>
Wed, 24 Oct 2012 12:51:38 +0000 (13:51 +0100)
committerJames Lowe <pkx166h@gmail.com>
Mon, 29 Oct 2012 08:17:35 +0000 (08:17 +0000)
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

index ca0445dba8eb34eb9cb6ab6880b9670e74c087f0..873aeec8efb1384e4b31887d5fe119154945b801 100644 (file)
@@ -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