]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-ragged-last.ly
Run scripts/auxiliar/makelsr.py
[lilypond.git] / input / regression / spacing-ragged-last.ly
index 306ebbc025edcd822de5fc96aab170f735ffbdcd..2b2ff08d89108e7323612c7413f55e5e036fc733 100644 (file)
@@ -1,16 +1,16 @@
-\version "2.6.0"
+\version "2.19.21"
 
 \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 } }
+\relative \new Staff { \repeat unfold 20 { c''1 } }