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

Unified Diff: input/regression/rehearsal-mark-align-staff-group-context.ly

Issue 331650043: Issue 2199: align outside-staff grobs vertically in staff groups (Closed)
Patch Set: Created 6 years, 1 month 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
« no previous file with comments | « input/regression/rehearsal-mark-align-staff-context.ly ('k') | lily/include/staff-grouper-interface.hh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: input/regression/rehearsal-mark-align-staff-group-context.ly
diff --git a/input/regression/rehearsal-mark-align-staff-group-context.ly b/input/regression/rehearsal-mark-align-staff-group-context.ly
new file mode 100644
index 0000000000000000000000000000000000000000..9beee118ce7d69893919b480de23e77ed15e6e6f
--- /dev/null
+++ b/input/regression/rehearsal-mark-align-staff-group-context.ly
@@ -0,0 +1,54 @@
+\version "2.21.0"
+
+\header {
+ texidoc="Rehearsal_number_engraver may be moved to staff-group
+contexts. Five marks should appear in black above the second staff
+from the top. The same marks should appear in red above the third
+staff from the top."
+}
+
+\layout {
+ \context {
+ \Score
+ \remove "Mark_engraver"
+ }
+}
+
+<<
+ \new Staff {
+ s1*4
+ }
+ \new ChoirStaff \with {
+ \consists "Mark_engraver"
+ \consists "Staff_collecting_engraver"
+ } <<
+ \new Staff {
+ s1*4
+ }
+ \new StaffGroup \with {
+ \consists "Mark_engraver"
+ \consists "Staff_collecting_engraver"
+ \override RehearsalMark.color = #red
+ } <<
+ \new Staff \relative {
+ s1*4
+ }
+ \new Staff \relative {
+ \mark "Α"
+ c'1 \mark "foo"
+ c1
+ \key cis \major
+ \clef alto
+ \override Score.RehearsalMark.break-align-symbols = #'(key-signature)
+ \mark "on-key"
+ cis
+ \key ces \major
+ \override Score.RehearsalMark.break-align-symbols = #'(clef)
+ \clef treble
+ \mark "on clef"
+ ces
+ \mark "Ω"
+ }
+ >>
+ >>
+>>
« no previous file with comments | « input/regression/rehearsal-mark-align-staff-context.ly ('k') | lily/include/staff-grouper-interface.hh » ('j') | no next file with comments »

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