lilypond-user
[Top][All Lists]
Advanced

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

Substitution


From: Palmer, Ralph
Subject: Substitution
Date: Thu, 26 Jul 2007 10:52:49 -0400

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
address@hidden


%%+++++++++++ 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 +++++++++++




reply via email to

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