]> git.donarmstrong.com Git - lilypond.git/commitdiff
Added \teeny notation font size, since we have it for \markup anyway.
authorGraham Percival <graham@percival-music.ca>
Sat, 12 Apr 2008 23:21:18 +0000 (16:21 -0700)
committerGraham Percival <graham@percival-music.ca>
Sat, 12 Apr 2008 23:21:18 +0000 (16:21 -0700)
Documentation/user/editorial.itely
ly/property-init.ly

index 786aee769dcfcff8b8b69c724084520f1a6a37b8..96bae8f3cd313afa4aa9190cbda91535053a0adf 100644 (file)
@@ -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
index 7cae78ebb11726d36116ca26c1c55d0d196fddb6..8bbf124826813f855ef911f8f4fd9c6e81a7b9c6 100644 (file)
@@ -138,7 +138,10 @@ voiceNeutralStyle = {
   \revert Beam #'color
 }
 
-       
+teeny = {
+  \set fontSize = #-3
+}
+
 tiny = {
   \set fontSize = #-2
 }