lilypond-user
[Top][All Lists]
Advanced

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

Re: Substitution


From: Palmer, Ralph
Subject: Re: Substitution
Date: Thu, 26 Jul 2007 14:34:30 -0400

Thank you, Martial. I didn't think of the brackets because I had done
other substitutions / definitions without the brackets. It works
perfectly, now.

Cheers and thanks,

Ralph

........................................................................
...

Date: Thu, 26 Jul 2007 18:26:38 +0200
From: Martial <address@hidden>
Subject: Re: Substitution
To: address@hidden
Message-ID: <address@hidden>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

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]