From 9fadf20dac31721f58fdee60f9acfa20c7306509 Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Sun, 18 Aug 2002 22:42:41 +0000 Subject: [PATCH] * input/test/beam-control.ly: Update --- ChangeLog | 1 + input/test/beam-control.ly | 27 +++++++++++---------------- 2 files changed, 12 insertions(+), 16 deletions(-) diff --git a/ChangeLog b/ChangeLog index 538939adc0..6a745192dc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,6 @@ 2002-08-19 Jan Nieuwenhuizen + * input/test/beam-control.ly: * input/test/bar-script-visibility.ly: Update. * lily/music.cc (internal_set_mus_property): [!NDEBUG] Remove, use diff --git a/input/test/beam-control.ly b/input/test/beam-control.ly index e0e86b4ef5..265db74a4d 100644 --- a/input/test/beam-control.ly +++ b/input/test/beam-control.ly @@ -1,25 +1,20 @@ \version "1.5.68" - +\header{ + texidoc="Controlling beam positions." +} \score { - \context Voice \notes\relative c { - % beam-control.fly - - % from upper staffline (position 4) to centre (position 0) - \property Voice.beamVerticalPosition = #4 - \property Voice.beamHeight = #-4 + \context Voice \notes\relative c { + %% from upper staffline (position 4) to centre (position 0) + \property Voice.Beam \override #'positions = #'(2 . 0) [c'8 c] - % from center to one above centre (position 2) - \property Voice.beamVerticalPosition = #0 - \property Voice.beamHeight = #2 + %% from center to one above centre (position 2) + \property Voice.Beam \override #'positions = #'(0 . 1) [c c] - % normal beam-algorithm - \property Voice.beamHeight = ##f - \property Voice.beamVerticalPosition = ##f + %% normal beam-algorithm + \property Voice.Beam \revert #'positions + \property Voice.Beam \revert #'positions [c e] [e c] - } - \paper { } - \midi { } } -- 2.39.5