From dadde585566099969f4ffd61993dd1b2f57060e0 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Sat, 12 Apr 2008 16:21:18 -0700 Subject: [PATCH] Added \teeny notation font size, since we have it for \markup anyway. --- Documentation/user/editorial.itely | 6 ++++-- ly/property-init.ly | 5 ++++- 2 files changed, 8 insertions(+), 3 deletions(-) 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 } -- 2.39.5