James,
if you test this, it might be a good idea to test with other music-fonts as
well.
I.e. add
~~~
\paper {
#(define fonts
(set-global-fonts
#:music "gonville"
#:brace "gonville"
#:roman "Times New Roman"
#:sans "Nimbus Sans,Nimbus Sans L"
#:typewriter "Luxi Mono"
#:factor (/ staff-height pt 20)
))
}
~~~
or
~~~
\paper {
#(define fonts
(set-global-fonts
#:music "lilyjazz"
#:brace "lilyjazz"
#:roman "lilyjazz-text"
#:sans "lilyjazz-chord"
#:typewriter "lilyjazz-text"
#:factor (/ staff-height pt 20)
))
}
~~~
to the regtest or the initial testcode.
Ofcourse you would need the used fonts, usually to be c/p into
/lilypond-git/build/out/share/lilypond/current/fonts/otf
.otf-fonts should be enough for testings.
I took the fonts from
https://github.com/OpenLilyPondFonts/lilyjazz
and
https://github.com/OpenLilyPondFonts/gonville
---
** [issues:#5899] Setting SystemStart-grob style to 'brace mostly fails**
**Status:** Started
**Created:** Mon Apr 13, 2020 09:25 AM UTC by Thomas Morley
**Last Updated:** Mon Apr 13, 2020 11:24 AM UTC
**Owner:** Thomas Morley
**Attachments:**
-
[system-start-brace-after-patch.png](https://sourceforge.net/p/testlilyissues/issues/5899/attachment/system-start-brace-after-patch.png)
(26.3 kB; image/png)
-
[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