]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/web/ly-examples/cary.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / Documentation / web / ly-examples / cary.ly
index b7e0e4eed43ed6a0e7112c4a347c4c6db856b89f..1990a690a39946cc3e20de16eba6194a8ca791a6 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.12.0"
+\version "2.14.0"
 % the example header file caused the head to be chopped off
 %\include "example-header.ily"
 
@@ -28,7 +28,8 @@
 \include "english.ly"
 \include "cary-layout.ily"
 
-\new Score <<
+\score {
+  <<
        
        \new StaffGroup <<
                
@@ -38,7 +39,6 @@
                        \override TupletBracket #'direction = #down
                        \override TupletBracket #'staff-padding = #5
                        \override TupletBracket #'padding = #2.25
-                       \override VerticalAxisGroup #'minimum-Y-extent = #'(10 . 10)
                } <<
                        
                        \new Voice {
                        \override Stem #'direction = #down
                        \override TupletBracket #'staff-padding = #5
                        \override TupletBracket #'padding = #2.25
-                       \override VerticalAxisGroup #'minimum-Y-extent = #'(10 . 10)
                } <<
                        
                        \new Voice \with {
                        }
                >>
        >>
->>
+  >>
+}