]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/preset-extent.ly
Fix #362 (2)
[lilypond.git] / input / test / preset-extent.ly
index 1cda63ae66b9f24f0ba75f203e13411205091431..797e7f64b9784771cd204331178c2dcc0f97549d 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.2.0"
+\version "2.10.0"
 \header { texidoc = "
 
 @cindex Preset Extent
@@ -12,13 +12,13 @@ they are spaced so widely.
 }
 
 \score {
-    \context Lyrics \lyrics {
+    \context Lyrics \lyricmode {
        foo --
        
        \override LyricText  #'X-extent = #'(-10.0 . 10.0)
  bar baz
        }
-    \paper { raggedright = ##t}
+    \layout { ragged-right = ##t}
 }