In the attached, fairly minimized file:

\version "2.18.2"

\layout {
  \context { \Lyrics \override LyricText #'font-size = #1.8 }
        }

If I try to update to 2.25.*3* (using the tool in Frescobaldi 3.1.3) I get a "not changed" response.

If I change to 2.25.*2*  I get the expected result, except that the version is set to 2.25.*1*

I tried once more with 2.23.82 which set the version number to 2.23.*14 *but I didn't go further.

I have attached text files showing the results.

My system is Win10 last updated yesterday.
\version "2.18.2"

\layout { 
  \context { \Lyrics \override LyricText #'font-size = #1.8 }
        }
--- current

+++ converted

@@ -1,5 +1,5 @@

-\version "2.18.2"
+\version "2.25.1"
 
 \layout { 
-  \context { \Lyrics \override LyricText #'font-size = #1.8 }
+  \context { \Lyrics \override LyricText.font-size = #1.8 }
         }
convert-ly.py (GNU LilyPond) 2.25.3



The document has not been changed.
convert-ly.py (GNU LilyPond) 2.23.82

convert-ly.py: Processing `'... 
Applying conversion: 2.19.2, 2.19.7, 2.19.11, 2.19.16, 2.19.22, 2.19.24, 
2.19.28, 2.19.29, 2.19.32, 2.19.39, 2.19.40, 2.19.46, 2.19.49, 2.20.0, 2.21.0, 
2.21.2, 2.22.0, 2.23.1, 2.23.2, 2.23.3, 2.23.4, 2.23.5, 2.23.6, 2.23.7, 2.23.8, 
2.23.9, 2.23.10, 2.23.11, 2.23.12, 2.23.13, 2.23.14


Reply via email to