]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/note-group-bracket.ly
* scm/define-context-properties.scm
[lilypond.git] / input / regression / note-group-bracket.ly
index 150c69d159fd315ae36e7caf255880805444d6fa..924a9fa4940b68872a830ccb391ce4a75285d52c 100644 (file)
@@ -1,10 +1,10 @@
 
-\version "2.1.23"
+\version "2.7.39"
 
 \header {
 
-    texidoc = "Note grouping events are used to indicate where
-brackets for analysis start and end.
+  texidoc = "Note grouping events are used to indicate where
+analysis brackets start and end.
 
 @cindex bracket
 @cindex note groups
@@ -12,27 +12,26 @@ brackets for analysis start and end.
 @cindex analysis
 
 "
-    
+  
 }
 
 
+\layout {
+  \context {
+    \Staff \consists "Horizontal_bracket_engraver"
+  }
+  ragged-right = ##t
+}
+
 
-\score {
-    \notes\relative c''
-    {
-       c4\startGroup\startGroup\startGroup
-       c4\stopGroup
-       c4\startGroup
-       c4\stopGroup\stopGroup
-       c4\startGroup
-       c4\stopGroup\stopGroup
-    }
-
-    \paper {
-       \translator {
-           \StaffContext \consists "Horizontal_bracket_engraver"
-       }
-       raggedright = ##t
-    }
+\relative c''
+{
+  c4\startGroup\startGroup\startGroup
+  c4\stopGroup
+  c4\startGroup
+  c4\stopGroup\stopGroup
+  c4\startGroup
+  c4\stopGroup\stopGroup
 }
 
+