Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(346)

Unified Diff: input/regression/header-book-multiplescores.ly

Issue 6441058: Issue 1650: Multiple header blocks shall be merged rather than replace a previous one (Closed)
Patch Set: Created 11 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: input/regression/header-book-multiplescores.ly
diff --git a/input/regression/header-book-multiplescores.ly b/input/regression/header-book-multiplescores.ly
new file mode 100644
index 0000000000000000000000000000000000000000..d53e0f791c579f75873f66a214e9857e38308a74
--- /dev/null
+++ b/input/regression/header-book-multiplescores.ly
@@ -0,0 +1,27 @@
+\version "2.15.42"
+
+\header {
+ texidoc="
+Changing the header fields in a book or a bookpart shall not have any effect on the global default values.
+"
+}
+
+
+\header {
+ title = "Global title"
+}
+\score {
+ \relative c' { d^"Global" }
+}
+
+
+\book {
+ % This should NOT set a global subtitle for the first score above:
+ \header {
+ subtitle = "Book's Subtitle"
+ }
+ %% Do we have a title, and is "New Subtitle" the subtitle?
+ \score {
+ \new Staff { c'4 }
+ }
+}

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b