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

Unified Diff: input/regression/multi-measure-rest-no-staff.ly

Issue 576090043: Fix #5964: MM Rests shouldn’t segfault when there’s no StaffSymbol.
Patch Set: Not worth messing around with staff-symbol functions. Reverting. Created 3 years, 10 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
« no previous file with comments | « no previous file | lily/multi-measure-rest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: input/regression/multi-measure-rest-no-staff.ly
diff --git a/input/regression/multi-measure-rest-no-staff.ly b/input/regression/multi-measure-rest-no-staff.ly
new file mode 100644
index 0000000000000000000000000000000000000000..fd30f2d9210a7c554544be89d90935623a1f3130
--- /dev/null
+++ b/input/regression/multi-measure-rest-no-staff.ly
@@ -0,0 +1,24 @@
+\version "2.21.2"
+
+\header {
+ texidoc = "Multi measure rests don't segfault when there is no staff symbol."
+}
+
+\layout {
+ \context {
+ \type Engraver_group
+ \name GlobalRests
+ \consists Multi_measure_rest_engraver
+
+ }
+ \context {
+ \Score
+ \accepts GlobalRests
+ }
+}
+
+\score {
+ <<
+ \new GlobalRests { R1 }
+ >>
+}
« no previous file with comments | « no previous file | lily/multi-measure-rest.cc » ('j') | no next file with comments »

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