Here is the tweak.
\tweak #'font-size #+12.70 apparently you must leave out the = sign that is
typical of the override construct.
also a word of caution, by in large lilypond's default habits are excellent
typesetting practice, when you change something other than a clashing
position problem i
On Sat, Jan 12, 2013 at 8:20 PM, wrote:
> Hello-
>
> i just tried to do the
>
> \override BreathingSign#text = \markup { \fontsize #8 { \musicglyph
> #"comma" } }
>
> [...]
> and it would compile [...]
The line doesn't compile, and spits out an error. It looks like you
meant to write
\override
No you have in your example a malformed syntax. You are overriding a widget
and defining a variable on the widget to alter it so the markup bit in your
example just goes plunk or nowhere. Try this.
\override BreathingSign #'font-size = #'22 See the pattern \override
WidgetType #'alterable-variabl