lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Change appearance of clef octavation (issue 3295) (issue 8359043)


From: janek . lilypond
Subject: Re: Change appearance of clef octavation (issue 3295) (issue 8359043)
Date: Thu, 04 Apr 2013 12:07:38 +0000

Reviewers: Trevor Daniels, dak,

Message:
Hi,

i suggest to move this discussion to tracker issue.  Rietveld is good
for discussing details of the code changes, but it's the tracker issue
that we expect to be kept around longer (and also images can be attached
there).

best,
Janek

Description:
Change appearance of clef octavation (issue 3295)

OctavateEight was set in small sized italic font.  It looked anemic.
Engraved examples suggest that in most cases the octavation is roman,
and its thickness should correspond to the thickness of the clef lines.

Please review this at https://codereview.appspot.com/8359043/

Affected files:
  M scm/define-grobs.scm


Index: scm/define-grobs.scm
diff --git a/scm/define-grobs.scm b/scm/define-grobs.scm
index e825cb1ef0a8c4f3192dea85c08d79234c3ee0e3..8e267ab9e834392a09f80a2ffd3aa9a15ebb97d6 100644
--- a/scm/define-grobs.scm
+++ b/scm/define-grobs.scm
@@ -1621,8 +1621,9 @@
     (OctavateEight
      . (
        (break-visibility . ,inherit-x-parent-visibility)
-       (font-shape . italic)
-       (font-size . -4)
+       (font-shape . roman)
+       (font-series . bold)
+       (font-size . -3.5)
        (self-alignment-X . ,CENTER)
        (staff-padding . 0.2)
        (stencil . ,ly:text-interface::print)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]