X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fidentifiers.ly;h=274aa6480ec4a21032953fbf31ccb2f1b811cfd0;hb=7738c6fa2759373c05e34b003a7ed521e9382f37;hp=d77b50580f3c911b39b0f71445615a28e26fdd1d;hpb=2940cdd12c135ef94e4c95ac815e76014eef9c79;p=lilypond.git diff --git a/input/regression/identifiers.ly b/input/regression/identifiers.ly index d77b50580f..274aa6480e 100644 --- a/input/regression/identifiers.ly +++ b/input/regression/identifiers.ly @@ -2,25 +2,27 @@ \header { texidoc = "test identifiers." } -\version "2.14.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 } }