]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/book-identifier-markup.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / book-identifier-markup.ly
index aef1182a3232810042f475466bf5d517c5dc0fbd..0dee84bcd4b2dcc679732f4b6fd5162a990c9fcf 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.19.21"
 
 \header {
   texidoc = "A @code{\\book} or @code{\\bookpart} identifier can contain
@@ -6,7 +6,7 @@ top-level markup and page-markers."
 }
 
 mypart = \bookpart {
-  \relative c' { c1 }
+  \relative { c'1 }
   \label #'marker
   \markup { Page \page-ref #'marker "8" "?" }
 }