From bed6ac44306beb89ae4fb4dd508263d1def52327 Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 26 Mar 2002 22:24:44 +0000 Subject: [PATCH] lilypond-1.2.0 --- ly/property.ly | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 = "" -- 2.39.5