Folks,
I want this
c4-\tweak Script.script-priority #-100
^\prall
-\tweak X-offset #0.4
^\markup { \fontsize #-5 \sharp }
converted to a macro so that I can say
c4\prallSharp
(actually, I think that this command and its siblings \prallFlat,
\pralldownSharp, etc. should be added to lilypond because the
definitions are non-trivial)
The naïve approach
prallSharp = -\tweak Script.script-priority #-100
^\prall
-\tweak X-offset #0.4
^\markup { \fontsize #-5 \sharp }
doesn't work, and I wonder whether there exists a solution without a
lot of Scheme code – and where I should find hints in the manual for
that...
Werner
PS: Commands like \prall are listed in the index, but the symbols
themselves are not mentioned as text with explanation, just within
images. This makes it impossible for blind people to find them.
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user