lilypond-user
[Top][All Lists]
Advanced

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

Re: force natural sign


From: D Josiah Boothby
Subject: Re: force natural sign
Date: Tue, 16 Aug 2005 03:14:00 -0700
User-agent: Debian Thunderbird 1.0.6 (X11/20050802)

You might look in the documentation under the heading "Cautionary accidentals," which happens to be section 6.1.3.

Josiah

address@hidden wrote:

hi,
is there a way to put a natural sign manually? in this example the natural sign is left out at the b, but i want to make sure the reader understands it is a b not a bes.

This is the code for the example:

\version "2.6.3"

\layout    {
    \context
        {\Staff
            \remove Time_signature_engraver
            \remove Bar_engraver
}
}

\header
{tagline = " "}

{
\context Staff  #(set-accidental-style 'modern)
\clef treble
f g a bes c' d' e' f' g' a' b' c'' d'' e'' fis'' g''
}

Thanks a lot!
Stephen

------------------------------------------------------------------------

_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user






reply via email to

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