lilypond-user
[Top][All Lists]
Advanced

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

Re: LilyPond syntax change


From: David Kastrup
Subject: Re: LilyPond syntax change
Date: Mon, 26 Apr 2021 16:45:01 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Jacques Menu <imj-muzhic@bluewin.ch> writes:

> Hello folks,
>
> What was the version number that swapped:
>
>       \note {4}
>
> and :
>
>       \note #”4"

>From python/convertrules.py:

@rule((2, 21, 0), r"""\note #"4." -> \note {4.}
\markup-command #" -> \markup-command "
\partcombine* -> \partCombine, \autochange -> \autoChange
scripts.trilelement -> scripts.trillelement
\fermataMarkup -> \fermata
remove \\powerChords, deprecate banter-chord-names and jazz-chord-names
\compressFullBarRests  -> \compressEmptyMeasures
""")

-- 
David Kastrup



reply via email to

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