]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/note-group-bracket.ly
more conversion for dash-change.
[lilypond.git] / input / regression / note-group-bracket.ly
index 4afbab5b8e540c0649ea28532dae58b6003c537d..0314f2dec76ee6d524d7129573c9f39ef23a6935 100644 (file)
@@ -1,9 +1,9 @@
 
-\version "2.4.0"
+\version "2.7.32"
 
 \header {
 
-    texidoc = "Note grouping events are used to indicate where
+  texidoc = "Note grouping events are used to indicate where
 analysis brackets start and end.
 
 @cindex bracket
@@ -12,27 +12,26 @@ analysis brackets start and end.
 @cindex analysis
 
 "
-    
+  
 }
 
 
+\layout {
+  \context {
+    \Staff \consists "Horizontal_bracket_engraver"
+  }
+  ragged-right = ##t
+}
+
 
-\score {
-    \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
-    }
+\relative c''
+{
+  c4\startGroup\startGroup\startGroup
+  c4\stopGroup
+  c4\startGroup
+  c4\stopGroup\stopGroup
+  c4\startGroup
+  c4\stopGroup\stopGroup
 }
 
+