]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/stanza-number.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / stanza-number.ly
index 8af4a9b2a7e5ed32cf1144f96261f89b6fe237c2..eaf7b7c936eedf272dde3a97704b33fcfdebc49e 100644 (file)
@@ -1,9 +1,9 @@
-\version "2.12.0"
+\version "2.16.0"
 
-\header { texidoc = "Stanza numbers are put left of their lyric.  They
-are aligned in a column."  }
-
-\layout { ragged-right = ##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
 }
-
-
-