lilypond-user
[Top][All Lists]
Advanced

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

Re: Substitution


From: Martial
Subject: Re: Substitution
Date: Thu, 26 Jul 2007 18:26:38 +0200
User-agent: Thunderbird 2.0.0.5 (Windows/20070716)

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

just put in bracket "{  blabla  }"

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


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