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
Hello-
i just tried to do the
override BreathingSign#text =
markup { fontsize #8 { musicglyph
#"comma" } }
in a
version
"2.16.1"
and it would compile but the breathe didn't get bigger.
Will or can this work in 2.16.1?
Or is there a different thing that
will?
I was excited that