]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/system-extents.ly
* lily/beam-quanting.cc (score_forbidden_quants): remove
[lilypond.git] / input / regression / system-extents.ly
index 3332eb33d3d16d4b41c0117b50bdd1bc94dbf924..346d7aea63ccf3b099730ef11957f8c226a05cd2 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.1.28"
+\version "2.3.4"
 \header {
 
     texidoc = "The size of every system is correctly determined; this 
@@ -6,7 +6,7 @@
 
     }
          
-\score { \notes
+\score { 
 \context Voice
 { \unset Staff.minimumVerticalExtent 
     \slurDown c4 ( g4  c''4)
@@ -14,8 +14,8 @@
 }
 
     \paper { 
-        \translator {
-            \ScoreContext
+        \context {
+            \Score
             \override System #'print-function = #box-grob-stencil
             }
     }