First bad commit:
commit 430bad24a2d15ec6600e0e780348a0caff29799b
Author: Patrick McCarty <[email protected]>
Date: Sun Nov 1 12:46:30 2009 -0800
Load only the default font for System_start_delimiter
Now that we have Gonville-Brace as an alternative font for
System_start_delimiter, we need to find the default font instead.
This patch was meant to cure some problems, while using gonville-font.
Though, meanwhile we have better and simpler methods to use other music-fonts,
than back those days.
Currently I'm testing a simple revert. If successful I'll setup a patch, adding
a regtest.
---
** [issues:#5899] Setting SystemStart-grob style to 'brace mostly fails**
**Status:** New
**Created:** Mon Apr 13, 2020 09:25 AM UTC by Thomas Morley
**Last Updated:** Mon Apr 13, 2020 09:25 AM UTC
**Owner:** Thomas Morley
**Attachments:**
-
[system-start-brace-fail.png](https://sourceforge.net/p/testlilyissues/issues/5899/attachment/system-start-brace-fail.png)
(25.8 kB; image/png)
If StaffGroup.systemStartDelimiter is set to SystemStartBracket (default),
SystemStartBrace, SystemStartSquare or SystemStartBar and the
SystemStartGrob.style is set 'brace. Then SystemStartBraces are not printed,
except if systemStartDelimiter is SystemStartBrace anyway.
Testcode:
~~~~
\version "2.20.0"
\layout {
\context {
\StaffGroup
\override SystemStartBar.style = #'brace
\override SystemStartBrace.style = #'brace
\override SystemStartBracket.style = #'brace
\override SystemStartSquare.style = #'brace
}
}
<<
$@(map
(lambda (sym)
#{ \new StaffGroup \with { systemStartDelimiter = #sym } << b1 b1 >> #})
'(SystemStartBracket SystemStartBrace SystemStartSquare SystemStartBar))
~~~~
See image system-start-brace-fail.png
---
Sent from sourceforge.net because [email protected] is
subscribed to https://sourceforge.net/p/testlilyissues/issues/
To unsubscribe from further messages, a project admin can change settings at
https://sourceforge.net/p/testlilyissues/admin/issues/options. Or, if this is
a mailing list, you can unsubscribe from the mailing list._______________________________________________
Testlilyissues-auto mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/testlilyissues-auto