]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/property-init.ly
''
[lilypond.git] / ly / property-init.ly
index c203bd6632e4d4300fdf3f05437ad3643d3e4043..dca3b4930d7abeaedbabfa594a4f29327e69ba19 100644 (file)
@@ -119,8 +119,8 @@ endincipit = \notes{
     \bar ""
 }
 
-autoBeamOff = \property Voice.noAutoBeaming = ##t
-autoBeamOn = \property Voice.noAutoBeaming = ##f
+autoBeamOff = \property Voice.autoBeaming = ##f
+autoBeamOn = \property Voice.autoBeaming = ##t
 
 emptyText = \property Voice.textNonEmpty = ##f
 fatText = \property Voice.textNonEmpty = ##t