]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/property-init.ly
Merge branch 'master' of ssh://kainhofer@git.sv.gnu.org/srv/git/lilypond into dev...
[lilypond.git] / ly / property-init.ly
index d191086fe98d36abfa04ce65f568927b65cb0b82..7cae78ebb11726d36116ca26c1c55d0d196fddb6 100644 (file)
@@ -1,6 +1,6 @@
 % property-init.ly
 
-\version "2.7.38"
+\version "2.11.38"
 
 stemUp = \override Stem  #'direction = #UP
 stemDown = \override Stem  #'direction = #DOWN 
@@ -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 {
@@ -174,6 +183,21 @@ textLengthOff = {
 showStaffSwitch = \set followVoice = ##t
 hideStaffSwitch = \set followVoice = ##f
 
+expandFullBarRests = {
+  \set Score.skipBars = ##f
+}
+
+compressFullBarRests = {
+  \set Score.skipBars = ##t
+}
+
+numericTimeSignature = {
+  \override Staff.TimeSignature #'style = #'()
+}
+
+defaultTimeSignature = {
+  \revert Staff.TimeSignature #'style
+}
 
 
 % For drawing vertical chord brackets with \arpeggio