]> 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 6bea3c83069a48c06ad081a16c812e17247e6cce..703c0fc762f6c45eaf49d40c735f52627812bdf1 100644 (file)
@@ -1,9 +1,10 @@
-\version "1.7.18"
+
+\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
@@ -17,19 +18,19 @@ brackets for analysis start and end.
 
 
 \score {
-    \notes\relative c''
+    \relative c''
     {
-       c4-\startGroup-\startGroup-\startGroup
-       c4-\stopGroup
-       c4-\startGroup
-       c4-\stopGroup-\stopGroup
-       c4-\startGroup
-       c4-\stopGroup-\stopGroup
+       c4\startGroup\startGroup\startGroup
+       c4\stopGroup
+       c4\startGroup
+       c4\stopGroup\stopGroup
+       c4\startGroup
+       c4\stopGroup\stopGroup
     }
 
     \paper {
-       \translator {
-           \StaffContext \consists "Horizontal_bracket_engraver"
+       \context {
+           \Staff \consists "Horizontal_bracket_engraver"
        }
        raggedright = ##t
     }