]> git.donarmstrong.com Git - lilypond.git/blobdiff - init/property.ly
release: 1.0.17
[lilypond.git] / init / property.ly
index a53eccbf6ef3abaf5240eee9560975261adf116d..4ab97b920fdd1b5f975e37a11e8859b9cb83da14 100644 (file)
@@ -14,7 +14,8 @@ ydirection            0       stem direction free     \stemboth
 ydirection             1       force stem up           \stemup
 pletvisibility         0       show nothing
 pletvisibility         1       show number
-pletvisibility         2       show number, and bracket-if-no-beam
+pletvisibility         2       show (number and bracket)-if-no-beam
+pletvisibility         3       show number, and bracket-if-no-beam
 pletvisibility         4       show number, and bracket
 
 slurdash               0       normal slurs
@@ -44,8 +45,16 @@ beamquantisation     1       quantise pos and slope  \beamposnormal
 beamquantisation       2       quantise avoide wedge2) \beampostraditional
 
 [Staff]
-specialaccidentals     0       Accidental for all octaves      \normalkey
-specialaccidentals     1       Accidental only for specified octave    \specialkey
+keyoctaviation 0       Key signature only for specified octave \specialkey
+keyoctaviation 1       Key signature for all octaves   \normalkey
+
+timeSignatureStyle     C       Use C and stroked C for 4/4,2/2
+timeSignatureStyle     old     Use old style mensuration marks
+timeSignatureStyle     1       Use single number
+timeSignatureStyle     ""      Use normal two-digit time signature
+timeSignatureStyle     Cn/m    Set symbol explicitly, n/m=2/2 or 4/4   
+timeSignatureStyle     oldn/m  Set symbol explicitly,
+                               n/m=2/2,3/2,3/4,4/4,6/4 or 9/4.
 
 
 [Staff?]
@@ -209,7 +218,7 @@ pletoff = {
        \property Voice.pletvisibility = 0
 }
 pleton = {
-       \property Voice.pletvisibility = 2
+       \property Voice.pletvisibility = 3
 }
 tiny  = {
        \property Voice.fontsize= "-2"
@@ -250,15 +259,15 @@ graceat = \melodic {
 ecarg =  \melodic {
        \property Voice.pletvisibility = 0
        \]
-       \property Voice.pletvisibility = 2
+       \property Voice.pletvisibility = 3
 }
 %}
 
 normalkey = {
-       \property Staff.specialaccidentals = 0
+       \property Staff.keyoctaviation = 1
 }
 
 specialkey = {
-       \property Staff.specialaccidentals = 1
+       \property Staff.keyoctaviation = 0
 }