]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/note-group-bracket.ly
* lily/beam-quanting.cc (score_forbidden_quants): remove
[lilypond.git] / input / regression / note-group-bracket.ly
index 76439dd0084845701ded37c064266f14dadb08c8..703c0fc762f6c45eaf49d40c735f52627812bdf1 100644 (file)
@@ -1,10 +1,10 @@
 
-\version "2.1.7"
+\version "2.3.4"
 
 \header {
 
     texidoc = "Note grouping events are used to indicate where
-brackets for analysis start and end.
+analysis brackets start and end.
 
 @cindex bracket
 @cindex note groups
@@ -18,7 +18,7 @@ brackets for analysis start and end.
 
 
 \score {
-    \notes\relative c''
+    \relative c''
     {
        c4\startGroup\startGroup\startGroup
        c4\stopGroup
@@ -29,8 +29,8 @@ brackets for analysis start and end.
     }
 
     \paper {
-       \translator {
-           \StaffContext \consists "Horizontal_bracket_engraver"
+       \context {
+           \Staff \consists "Horizontal_bracket_engraver"
        }
        raggedright = ##t
     }