]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-ragged-last.ly
Merge commit 'origin' into beamlets2
[lilypond.git] / input / regression / spacing-ragged-last.ly
index 306ebbc025edcd822de5fc96aab170f735ffbdcd..817ac43190895c426972a3146a30ccc7d4d2df91 100644 (file)
@@ -1,15 +1,15 @@
-\version "2.6.0"
+\version "2.12.0"
 
 \header {
 
-  texidoc = "If @code{raggedlast} is set, the systems are broken
+  texidoc = "If @code{ragged-last} is set, the systems are broken
     similar to paragraph formatting in text: the last line is
     unjustified. "
 
 }
 
 \layout{
-  raggedlast = ##t
+  ragged-last = ##t
 }
 
 \relative c'' \new Staff { \repeat unfold 20 { c1 } }