X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ly%2Fproperty.ly;h=7aa173d0b4de1fffcd0b37b313e11c2d65850b34;hb=0d17e9c759bd61c9b20a7c4d9941a412c2a53f5f;hp=ede2be764d2ccc63cefaf0aad3353366c142114b;hpb=b1aa7f76f1ad7606699fc797161a583df7367013;p=lilypond.git diff --git a/ly/property.ly b/ly/property.ly index ede2be764d..7aa173d0b4 100644 --- a/ly/property.ly +++ b/ly/property.ly @@ -132,15 +132,15 @@ slurdotted = %{ for grace note hack, see input/test/grace.ly %} -pletoff = { - \property Voice.pletvisibility = 0 +tupletoff = { + \property Voice.tupletVisibility = 0 } -pleton = { - \property Voice.pletvisibility = 3 +tupleton = { + \property Voice.tupletVisibility = 3 } tiny = { \property Voice.fontSize= "-2" - \pletoff %urg + \tupletoff %urg } small = { @@ -149,7 +149,7 @@ small = { normalsize = { \property Voice.fontSize= "0" - \pleton %urg + \tupleton %urg } %{ @@ -164,20 +164,20 @@ grace = { \tiny % it would be so cool not to have to specify these factors each time... % :-( - \property Voice.pletvisibility = 0 + \property Voice.tupletVisibility = 0 \[1/16 } graceat = \melodic { \normalsize - \property Voice.pletvisibility = 0 + \property Voice.tupletVisibility = 0 \] \[31/32 } ecarg = \melodic { - \property Voice.pletvisibility = 0 + \property Voice.tupletVisibility = 0 \] - \property Voice.pletvisibility = 3 + \property Voice.tupletVisibility = 3 } %}