]> git.donarmstrong.com Git - lilypond.git/commitdiff
Add \large and \huge for consistency (we already have \small and \tiny)
authorGraham Percival <graham@percival-music.ca>
Sat, 15 Mar 2008 00:46:08 +0000 (17:46 -0700)
committerGraham Percival <graham@percival-music.ca>
Sat, 15 Mar 2008 00:46:08 +0000 (17:46 -0700)
ly/property-init.ly

index 11c0318b4a814a552867fc7e7ea7c44ab0fa43a2..b6da29332b1d427181346fc09e263a5e7934527a 100644 (file)
@@ -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 {