Re: (De)crescendo warning

2006-10-29 Thread John Mandereau
Ian Hulin wrote:
> I’m getting a warning saying lily can’t find the start of a
> (de)crescendo, although it seems happy with crescendo passages
> immediately before and after.  As far as I can tell the syntax for the
> \< … \! block looks OK in all cases.
> 
[snip]

> %{ 
>   This crescendo passage generates a warning
>   test.ly:27:52: warning: can't find start of (de)crescendo
>   
>   b16\pp b\< b\fz b a a a\fz a fs fs fs\fz fs 
> 
>   \!|
> %}
>   \time 6/8
>   b16\pp b\< b\fz b a a a\fz a fs fs fs\fz fs \!|

That's not really surprising, as the fz dynamic mark, like any dynamics,
stops the crescendo before the "\!" happening later.

HTH,
-- 
John Mandereau <[EMAIL PROTECTED]>



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


(De)crescendo warning

2006-10-28 Thread Ian Hulin








I’m
using V2.8.6.  

 

I’m
getting a warning saying lily can’t find the start of a (de)crescendo,
although it seems happy with crescendo passages immediately before and after. 
As far as I can tell the syntax for the \< … \! block looks OK in all
cases.

 

Here’s
a short test file

 

\version "2.8.6" 

\include "english.ly"

ffz = #(make-dynamic-script
"ffz")

music = {

c1

<< 

  \tag #'part <<

    R1 \\

    {

  \set
fontSize = #-1

 
c4_"cue" f2 g4 }

  >>

  \tag #'score R1

>> 

\set Score.rehearsalMark = #3

\mark \default 

c1

\tag #'score \tag #'part
<<

%{ 

  No
problem with crescendo here

%}

  {\time 9/8

  c8 d e 

  \once
\override TextScript #'extra-offset = #'( 2.6 . 2.0 )

  f\trill
g\< a b c\! r^\markup {"//"}  |

\mark \default 

  R1*9/8 |

%{ 

  This crescendo passage generates a warning

  test.ly:27:52:
warning: can't find start of (de)crescendo

  

  b16\pp
b\< b\fz b a a a\fz a fs fs fs\fz fs 

   


  \!|

%}

  \time 6/8

  b16\pp
b\< b\fz b a a a\fz a fs fs fs\fz fs \!|

%{ 

  No
problem with crescendo here

%}

  b8\< b8
b8 b8 b8 b8 \! |

  } 

  >>

}

\relative c' {

   \keepWithTag
#'part \music

   

 

}

 

Is
this user error, a known restriction or a bug?

 

Thanks
in advance for your help.

 

Ian Hulin

 








--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.408 / Virus Database: 268.13.17/505 - Release Date: 27/10/2006
 
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user