From: fred Date: Tue, 26 Mar 2002 22:24:44 +0000 (+0000) Subject: lilypond-1.2.0 X-Git-Tag: release/1.5.59~2203 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=bed6ac44306beb89ae4fb4dd508263d1def52327;p=lilypond.git lilypond-1.2.0 --- diff --git a/ly/property.ly b/ly/property.ly index f3f21a9960..dae72e4540 100644 --- a/ly/property.ly +++ b/ly/property.ly @@ -8,7 +8,7 @@ SEE THE REFERENCE MANUAL FOR EXPLANATIONS. %} -\version "1.1.66"; +\version "1.2.0"; %hmm, (these) abbrevs suck, imo % i guess they're meant as some form of doco @@ -138,5 +138,5 @@ endincipit = \notes{ \nobreak \bar ""; } -autoBeamOff = \property Voice.beamAuto = "" -autoBeamOn = \property Voice.beamAuto = "1" +autoBeamOff = \property Voice.noAutoBeaming = "1" +autoBeamOn = \property Voice.noAutoBeaming = ""