]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/identifiers.ly
Imported Upstream version 2.19.45
[lilypond.git] / input / regression / identifiers.ly
index 1db60350ffe4176fb43527e189c2c17b4f54da47..274aa6480ec4a21032953fbf31ccb2f1b811cfd0 100644 (file)
@@ -2,25 +2,27 @@
 \header {
   texidoc = "test identifiers."
   }
-\version "2.16.0"
+\version "2.19.45"
 
 num = #3
 mus = { c'4 }
 paperId = \paper { line-width = 5.0 \cm }
 layoutId = \layout { ragged-right = ##t }
 perfId = \midi {}
-markupId = \markup { hoi }
+markupId = \markup { hoi \italic polloi }
 stringId = "title"
-
-% headers not allowed  as Id's
+scoreHeaderId = \header { piece = \markupId }
+bookHeaderId = \header { composer = "Composer" title = \stringId }
 
 scoreId = \score {
+  \scoreHeaderId
   \repeat unfold \num \mus
   \layout { \layoutId }
   \midi { \perfId }
   }
 
 bookId = \book {
+  \bookHeaderId
   \score { \scoreId }
   \paper { \paperId }
   }