]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/stanza-number.ly
Merge branch 'lilypond/translation' of ssh://thsoft@git.sv.gnu.org/srv/git/lilypond...
[lilypond.git] / input / regression / stanza-number.ly
index 9b5302e8b75cd658dfd84f888029fc2e8c52d8d7..cfde182339c1dc16d57c68468a81ab3b3572ae55 100644 (file)
@@ -1,9 +1,9 @@
-\version "2.4.0"
+\version "2.15.2"
 
-\header { texidoc = "Stanza numbers are put left of their lyric.  They
-are aligned in a column."  }
-
-\layout { raggedright = ##t }
+\header {
+  texidoc = "Stanza numbers are put left of their lyric.  They
+are aligned in a column."
+}
 
 \relative c'' { r4 r4 c4 c4 }
 \addlyrics {
@@ -13,9 +13,6 @@ are aligned in a column."  }
 }
 \addlyrics {
   \skip 2
-  \set stanza = "2."
+  \set stanza = \markup { 2. }
   FFFooooo8
 }
-
-
-