]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/property.ly
release: 1.2.14
[lilypond.git] / ly / property.ly
index 24a6f8c066a3ba6c0b2342d183ee6ad69432163d..351e34d0081ea93f7963a8df9e2b27176e87ff41 100644 (file)
@@ -8,7 +8,7 @@ SEE THE REFERENCE MANUAL FOR EXPLANATIONS.
 
 %}
 
-\version "1.1.52";
+\version "1.2.0";
 
 %hmm, (these) abbrevs suck, imo
 % i guess they're meant as some form of doco
@@ -37,6 +37,7 @@ onevoice = {
        \stemboth \shiftoff     
 }
 
+%{ THESE ARE DEPRECATED  %}
 voiceone = 
        \context Voice = one  {
        \stemup
@@ -59,6 +60,8 @@ voicefour =
        \shifton
 }
 
+%{ END OF DEPRECATED %}
+
 
 % ugh, cluttering global namespace...
 
@@ -95,11 +98,11 @@ beampostraditional =
 
 
 slurnormal = 
-       \property Voice.slurdash = ""
+       \property Voice.slurDash = ""
 
 
 slurdotted = 
-       \property Voice.slurdash = 1
+       \property Voice.slurDash = 1
 
 
 tupletoff = {
@@ -121,11 +124,11 @@ normalsize = {
 }
 
 normalkey = {
-       \property Staff.keyoctaviation = 1
+       \property Staff.keyOctaviation = 1
 }
 
 specialkey = {
-       \property Staff.keyoctaviation = 0
+       \property Staff.keyOctaviation = 0
 }
 
 % End the incipit and print a ``normal line start''.
@@ -135,5 +138,9 @@ endincipit = \notes{
     \nobreak \bar "";
 }
 
-autoBeamOff = \property Voice.beamAuto = ""
-autoBeamOn = \property Voice.beamAuto = "1"  
+autoBeamOff = \property Voice.noAutoBeaming = "1"
+autoBeamOn = \property Voice.noAutoBeaming = ""
+
+
+emptyText = \property Voice.textEmptyDimension = "1"
+fatText = \property Voice.textEmptyDimension = ""