snippets

Erik Appeldoorn <[email protected]> Fri, 26 Jun 2026 08:29:25 +0000
Newsgroups gmane.comp.gnu.lilypond.general
Message-ID <0HzTKyVHY808svii4zTdMkYw4VWSEpqGL9ONOvCMvxQG9nKuQ63kVxKGaLY6yQpuzu81eFaOi2-zPLrb_Ai6NqhEF6UlRhMTGjuQ5esyZcE=@pm.me>
To use small snippets of code repeatedly I always declared them as (example)

smallFlageolet = \tweak font-size -2 \flageolet

Using it like: c\smallFlageolet

but I recently found as score declaring it

#(define C#{  \tweak font-size -2 \flageolet #})

and use it as c$smallFlageolet

Would there be any technical difference or preference? (except my own, being used to the first one)

Met vriendelijke groet,
Erik Appeldoorn