lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: enlarging the comma


From: Nathan
Subject: Re: enlarging the comma
Date: Sat, 12 Jan 2013 21:56:41 -0800

On Sat, Jan 12, 2013 at 8:20 PM,  <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]