]> git.donarmstrong.com Git - lilypond.git/commitdiff
Issue 4687/2: Let partial-markup regtest show more complex omissions
authorDavid Kastrup <dak@gnu.org>
Wed, 9 Dec 2015 20:40:27 +0000 (21:40 +0100)
committerDavid Kastrup <dak@gnu.org>
Wed, 16 Dec 2015 08:07:32 +0000 (09:07 +0100)
input/regression/markup-partial.ly

index 37d2255cd9dc9b5cec44dc80c3274980a0daf8d6..f0759d26edab8b60f4603af9b8684fdb2d762c56 100644 (file)
@@ -1,14 +1,19 @@
-\version "2.19.24"
+\version "2.19.34"
 
-\header
-{ texidoc = "Partial markups acts as a chain of markup
-  commands where everything but the final markup has already been
-  supplied."
+\header {
+  texidoc = "Partial markups acts as a chain of markup
+commands where everything but some arguments of the final markup
+command has already been supplied."
 }
 
 \layout { ragged-right = ##t }
 
 bold-red-markup = \markup \bold \with-color #red \etc
+italic-color-markup = \markup \italic \with-color \etc
+quarter-markup = \markup \note-by-number #2 \etc
 
-\markup \bold-red "Single markup"
-\markuplist \column-lines \bold-red { Markups in a list. }
+\markup \bold-red "Bold red."
+\markuplist \column-lines \bold-red { Bold red in a list. }
+\markup \italic-color #green "Italic green."
+\markuplist \column-lines \italic-color #green { Italic green in a list. }
+\markup { 3/8: \quarter #1 #UP }