]> 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 74651d925017d2052a2e662379e36072444f56a5..703c0fc762f6c45eaf49d40c735f52627812bdf1 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.1.36"
+\version "2.3.4"
 
 \header {
 
@@ -18,7 +18,7 @@ analysis brackets start and end.
 
 
 \score {
-    \notes\relative c''
+    \relative c''
     {
        c4\startGroup\startGroup\startGroup
        c4\stopGroup
@@ -30,7 +30,7 @@ analysis brackets start and end.
 
     \paper {
        \context {
-           \StaffContext \consists "Horizontal_bracket_engraver"
+           \Staff \consists "Horizontal_bracket_engraver"
        }
        raggedright = ##t
     }