> main.cc:641:23: warning: loop variable 'keyval' creates a copy from
> type 'const std::pair,
> std::__cxx11::basic_string >' [-Wrange-loop-construct]
> 641 | for (const auto keyval : init_scheme_variables_global)
> | ^~
> main.cc:641:23: note: use reference
On Mon, Jan 29, 2024 at 12:55 AM Silvain Dupertuis <
silvain-dupert...@bluewin.ch> wrote:
> I could write an issue... but the webpage did recomment to write a message
> first
>
This is now issue https://gitlab.com/lilypond/lilypond/-/issues/6694
--
Knute Snortum
Dear Lilypond team,
Using GNU LilyPond 2.24.1 (running Guile 2.2), the following example seems to
generate a note visibility bug:
\version "2.24.1"
\language "english"
\book {
\score {
\new Staff = "LH" \with { printPartCombineTexts = ##f } {
\time 4/4
\key ef \major
I could write an issue... but the webpage did recomment to write a message first
Here is a folder with an example
you will find the orignal MuseScore, with it’s PDF and mxl export
(mxl is just a compressed archive containing the xml file)
and the import into Lilypond plus PDF export
https://next