]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/note-group-bracket.ly
* Documentation/user/notation.itely (Chords mode): typo: 13 -> 3.
[lilypond.git] / input / regression / note-group-bracket.ly
index 6bea3c83069a48c06ad081a16c812e17247e6cce..aa5a3496e4cb70ae347048f0f6ef8d7cb7e3b049 100644 (file)
@@ -1,9 +1,10 @@
-\version "1.7.18"
+
+\version "2.3.2"
 
 \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
@@ -19,17 +20,17 @@ brackets for analysis start and end.
 \score {
     \notes\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
     }