Updates:
Status: Verified
Comment #4 on issue 1769 by philehol...@googlemail.com: Doc: Usage 5.5,
wrong file name in snippet
http://code.google.com/p/lilypond/issues/detail?id=1769
(No comment was entered for this change.)
___
bug
Updates:
Status: Fixed
Comment #3 on issue 1769 by pkx1...@gmail.com: Doc: Usage 5.5, wrong file
name in snippet
http://code.google.com/p/lilypond/issues/detail?id=1769
Comment 1 by d...@gnu.org, Jul 18 (3 days ago)
Should be fixed with commit
Updates:
Summary: Doc: Usage 5.5, wrong file name in snippet
Comment #2 on issue 1769 by brownian.box: Doc: Usage 5.5, wrong file name
in snippet
http://code.google.com/p/lilypond/issues/detail?id=1769
(No comment was entered for this change
On Sun 17 Jul 2011, 23:39 Federico Bruni wrote:
> In the second snippet of code:
>
> %%% top of file "symphony-cello.ly"
> \include ../definitions.ily
> \include ../Notes/cello.ily
>
> ../definitions.ily
> should be replaced by
> ../symphonyDefs.ily
>
> because definitions.ily is not in the dire
David Kastrup writes:
> Federico Bruni writes:
>
>> In the second snippet of code:
>>
>> %%% top of file "symphony-cello.ly"
>> \include ../definitions.ily
>> \include ../Notes/cello.ily
>>
>> ../definitions.ily
>> should be replaced by
>> ../symphonyDefs.ily
>>
>> because definitions.ily is not
Federico Bruni writes:
> In the second snippet of code:
>
> %%% top of file "symphony-cello.ly"
> \include ../definitions.ily
> \include ../Notes/cello.ily
>
> ../definitions.ily
> should be replaced by
> ../symphonyDefs.ily
>
> because definitions.ily is not in the directory tree
Fixed. Unfort
In the second snippet of code:
%%% top of file "symphony-cello.ly"
\include ../definitions.ily
\include ../Notes/cello.ily
../definitions.ily
should be replaced by
../symphonyDefs.ily
because definitions.ily is not in the directory tree
cheers,
Federico
___