bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Changed behaviour of tag and partCombine


From: Timothy Lanfear
Subject: Changed behaviour of tag and partCombine
Date: Tue, 12 Oct 2021 21:31:46 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0

From at least 2.18 to 2.23.3, it was possible to place \tag and \keepWithTag outside of \partCombine. Version 2.23.4 requires the tagging inside \partCombine. I do have a lot of files expecting the old behaviour.

\version "2.22.1"

{
  \keepWithTag #'t \tag #'t \partCombine c''1 c'1
}

{
  \partCombine \keepWithTag #'t \tag #'t c''1 \keepWithTag #'t \tag #'t c'1
}

--
Timothy Lanfear, Bristol, UK.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]