On Sat, Jan 12, 2013 at 8:20 PM,  <i...@soundand.com> 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 BreathingSign #'text = \markup { \fontsize #8 { \musicglyph
> #"comma" } }

As Shane said, it's much cleaner to override the font size as in the
following snippet.

\new Staff \relative c' {
  \override BreathingSign #'font-size = #3
  c1\breathe
}

Regards,
Nathan

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to