]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/note-group-bracket.ly
* scripts/convert-ly.py (conv): remove \notes.
[lilypond.git] / input / regression / note-group-bracket.ly
index f9ac6ef38b8bae70ffd5d54be8c04c066dc6d199..703c0fc762f6c45eaf49d40c735f52627812bdf1 100644 (file)
@@ -1,10 +1,10 @@
 
-\version "1.9.1"
+\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
     }