]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/note-group-bracket.ly
* Documentation/user/instrument-notation.itely,
[lilypond.git] / input / regression / note-group-bracket.ly
index 76439dd0084845701ded37c064266f14dadb08c8..924a9fa4940b68872a830ccb391ce4a75285d52c 100644 (file)
@@ -1,10 +1,10 @@
 
-\version "2.1.7"
+\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
 }
 
+