From dab8cbea4e311d3826602bc50a6e05f82dedb0c3 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Sat, 5 Oct 2002 01:52:49 +0000 Subject: [PATCH] new file. Support horizontal note brackets for music analysis. --- input/regression/note-group-bracket.ly | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/input/regression/note-group-bracket.ly b/input/regression/note-group-bracket.ly index abae7ca1df..98a0fb9d2b 100644 --- a/input/regression/note-group-bracket.ly +++ b/input/regression/note-group-bracket.ly @@ -2,7 +2,14 @@ \header { texidoc = "Note grouping events are used to indicate where -brackets for analysis start and end." +brackets for analysis start and end. + +@cindex bracket +@cindex note groups +@cindex music analysis +@cindex analysis + +" } @@ -11,7 +18,6 @@ brackets for analysis start and end." \score { \notes { - c4-\groupOpen-\groupOpen-\groupOpen c4-\groupClose c4-\groupOpen @@ -24,7 +30,6 @@ brackets for analysis start and end." \translator { \StaffContext \consists "Horizontal_bracket_engraver" } - linewidth = -1.0 } } -- 2.39.5