]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/system-extents.ly
* scripts/convert-ly.py (datadir): add prefix switching hack to
[lilypond.git] / input / regression / system-extents.ly
index ef5eba4a073bc0e818576934604d2cc62a219a03..cbb48a28198aacd5a2cd3ca56ff3c00e6a49d832 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.1.23"
+\version "2.7.14"
 \header {
 
     texidoc = "The size of every system is correctly determined; this 
@@ -6,18 +6,19 @@
 
     }
          
-\score { \notes
-\context Voice
-{ \unset Staff.minimumVerticalExtent 
-    \slurDown c4 ( g4  c''4)
 
+\layout { 
+    \context {
+       \Score
+       \override System  #'stencil = #box-grob-stencil
+    }
 }
 
-    \paper { 
-        \translator {
-            \ScoreContext
-            \override System #'print-function = #box-grob-stencil
-            }
-    }
+\new Voice
+{
+    \unset Staff.minimumVerticalExtent
+    \override Score.RehearsalMark #'font-size = #20
+    
+    \slurDown c4 ( g4  c''4)
 }