Greetings -

I'm running LilyPond 2.11.27 (although the files, after running
convert-ly, say 2.11.23) under Windows XP2000, SP2.

Great program! I just wish I knew everything about it. I'm gaining on
it, though.

In the following code, why doesn't my substition work?

Thank you for your help and for your contribution to the program,

Ralph
+++++++++++++++++++++++++
Ralph Palmer, CEM
Energy/Administrative Coordinator
Keene State College
Keene, NH 03435-2502
Phone: 603-358-2230
Cell: 603-209-2903
Fax: 603-358-2456
[EMAIL PROTECTED]


%%+++++++++++ begin snippet ++++++++++++

\version "2.11.23"
\include "english.ly"

breath = \once\override BreathingSign #'extra-offset = #'(0.0 .
1.0)\breathe

Test = {
        \key c \major
        \clef treble
        \time 4/4

        c''4 c'' \breath c'' c'' \break
        c''4 c'' \once\override BreathingSign #'extra-offset = #'(0.0 .
1.0)\breathe c'' c''


        }

\score {
        \Test

        }

%%+++++++++++ end snippet +++++++++++


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

Reply via email to