]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/property.ly
release: 1.2.14
[lilypond.git] / ly / property.ly
index 4ecbd24678f563d1f730f9c07639d9c85cf2ec8e..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,16 +98,13 @@ beampostraditional =
 
 
 slurnormal = 
-       \property Voice.slurdash = ""
+       \property Voice.slurDash = ""
 
 
 slurdotted = 
-       \property Voice.slurdash = 1
+       \property Voice.slurDash = 1
 
 
-%{
- for grace note hack, see input/test/grace.ly
-%}
 tupletoff = {
        \property Voice.tupletVisibility = 0
 }
@@ -113,7 +113,6 @@ tupleton = {
 }
 tiny  = {
        \property Voice.fontSize= "-2"
-       \tupletoff %urg
 }
 
 small  = {
@@ -122,44 +121,14 @@ small  = {
 
 normalsize = {
        \property Voice.fontSize= "0"
-       \tupleton %urg
-}
-
-%{
-  [urg: try at] temporary grace note hack
-  the total visible duration of the grace notes must be half
-  the duration of the 'at' note: e.g.:
-
-  \grace b8 \graceat c4 \ecarg
-  \grace c16 b16 \graceat c4 \ecarg
-
-grace = {
-       \tiny
-% it would be so cool not to have to specify these factors each time...
-% :-(
-       \property Voice.tupletVisibility = 0
-       \[1/16
 }
 
-graceat = \melodic {
-       \normalsize
-       \property Voice.tupletVisibility = 0
-       \] \[31/32
-}
-
-ecarg =  \melodic {
-       \property Voice.tupletVisibility = 0
-       \]
-       \property Voice.tupletVisibility = 3
-}
-%}
-
 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''.
@@ -169,3 +138,9 @@ endincipit = \notes{
     \nobreak \bar "";
 }
 
+autoBeamOff = \property Voice.noAutoBeaming = "1"
+autoBeamOn = \property Voice.noAutoBeaming = ""
+
+
+emptyText = \property Voice.textEmptyDimension = "1"
+fatText = \property Voice.textEmptyDimension = ""