From: Graham Percival Date: Sat, 12 Apr 2008 23:21:18 +0000 (-0700) Subject: Added \teeny notation font size, since we have it for \markup anyway. X-Git-Tag: release/2.11.44-1~5 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=dadde585566099969f4ffd61993dd1b2f57060e0;p=lilypond.git Added \teeny notation font size, since we have it for \markup anyway. --- diff --git a/Documentation/user/editorial.itely b/Documentation/user/editorial.itely index 786aee769d..96bae8f3cd 100644 --- a/Documentation/user/editorial.itely +++ b/Documentation/user/editorial.itely @@ -58,8 +58,8 @@ c4.-> d8---3 c4.-> d8---3 \tiny c4.-> d8---3 -\normalsize -c2 +\teeny +c4.-> d8---3 @end lilypond @cindex font size scaling @@ -99,6 +99,8 @@ that use fonts. These are the ones supporting the @predefined +@funindex \teeny +@code{\teeny}, @funindex \tiny @code{\tiny}, @funindex \small diff --git a/ly/property-init.ly b/ly/property-init.ly index 7cae78ebb1..8bbf124826 100644 --- a/ly/property-init.ly +++ b/ly/property-init.ly @@ -138,7 +138,10 @@ voiceNeutralStyle = { \revert Beam #'color } - +teeny = { + \set fontSize = #-3 +} + tiny = { \set fontSize = #-2 }