From: fred Date: Tue, 26 Mar 2002 21:48:55 +0000 (+0000) Subject: lilypond-1.1.39 X-Git-Tag: release/1.5.59~2488 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=bc31715b197075c45c0d196d792693c96c461576;p=lilypond.git lilypond-1.1.39 --- diff --git a/ly/property.ly b/ly/property.ly index 61b3333070..9e088a7325 100644 --- a/ly/property.ly +++ b/ly/property.ly @@ -146,9 +146,9 @@ voicefour = { \shifton } -onestaff = { +onestaff = \translator Staff=one -} + staffone = { \translator Staff=one @@ -181,39 +181,38 @@ normal=1 traditional=2 infinity=10000 -beamslopeproportional = { +beamslopeproportional = \property Score.beamslopedamping = \none -} -beamslopedamped = { +beamslopedamped = \property Score.beamslopedamping = \normal -} -beamslopezero = { + +beamslopezero = \property Score.beamslopedamping = \infinity -} + % this sucks, you'd want to pass an array, at least % (or embedded code: you still can't dictate the slope / stemlength) -beamposfree = { +beamposfree = \property Score.beamquantisation = \none -} -beamposnormal = { + +beamposnormal = \property Score.beamquantisation = \normal -} -beampostraditional = { + +beampostraditional = \property Score.beamquantisation = \traditional -} -slurnormal = { - \property Voice.slurdash = 0 -} -slurdotted = { +slurnormal = + \property Voice.slurdash = "" + + +slurdotted = \property Voice.slurdash = 1 -} + %{ for grace note hack, see input/test/grace.ly