lilypond-user
[Top][All Lists]
Advanced

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

Re: Pralls and alterations


From: Simon Bailey
Subject: Re: Pralls and alterations
Date: 20 Jun 2002 13:42:29 +0200

On Thu, 2002-06-20 at 10:45, Maurizio Tomasi wrote:
> but the sharp above the note is too big. How can I select a smaller font
> for the sharp only?

\property Staff.TextScript \override #'font-relative-size = #-1

negative number values give a smaller font size, positive values
increase the font size.
 
> Another question about this: if one want to print an alteration both above
> and below a turn? I tried the following:
> 
> ------------------------------------------------------------------------
> \score {
>         \context Staff \notes \relative g'' {
>                  \key es \major
>                  g8.^#'(music "accidentals-1")^\turn^#'(music
> "accidentals-0")
>                  a16 bes4 r2
>         }
> }
> ------------------------------------------------------------------------

\score {
        \context Staff \notes \relative g'' {
                \key es \major
                g8.^#'(music "accidentals-1")^\turn_#'(music "accidentals-0")
                a16 bes4 r2
        }
}

this still prints the sharp above the turn, but prints the natural
symbol below the note. (using "_" instead of "^").

hope this helps.

greetings,
simon.
-- 
Confucius say, man who live in glass house shower in basement.



reply via email to

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