From: Graham Percival Date: Sat, 15 Mar 2008 00:46:08 +0000 (-0700) Subject: Add \large and \huge for consistency (we already have \small and \tiny) X-Git-Tag: release/2.11.43-1~40^2~2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=6b8ac4d857bdf6de37b86e4bbeb1891b223bf1da;p=lilypond.git Add \large and \huge for consistency (we already have \small and \tiny) --- diff --git a/ly/property-init.ly b/ly/property-init.ly index 11c0318b4a..b6da29332b 100644 --- a/ly/property-init.ly +++ b/ly/property-init.ly @@ -139,16 +139,25 @@ voiceNeutralStyle = { } -tiny = -\set fontSize = #-2 +tiny = { + \set fontSize = #-2 +} -small = -\set fontSize = #-1 +small = { + \set fontSize = #-1 +} normalsize = { \set fontSize = #0 } +large = { + \set fontSize = #1 +} + +huge = { + \set fontSize = #2 +} %% End the incipit and print a ``normal line start''. endincipit = \context Staff {