]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/note-group-bracket.ly
Direction #-1 to #down.
[lilypond.git] / input / regression / note-group-bracket.ly
index 45837cc7d9db4fc8ae7e2fe1c75bac3f4dd8a747..bc63a69bf89e5e841da9e72c82ff29beec9b05e2 100644 (file)
@@ -1,9 +1,10 @@
-\version "1.7.18"
+
+\version "2.6.0"
 
 \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
@@ -11,27 +12,27 @@ brackets for analysis start and end.
 @cindex analysis
 
 "
-    
+  
 }
 
 
 
-\score {
-    \notes
-    {
-       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
+}
+
+\layout {
+  \context {
+    \Staff \consists "Horizontal_bracket_engraver"
+  }
+  raggedright = ##t
 }
-%% new-chords-done %%
+
+