Mark Witmer writes:
> David Kastrup gnu.org> writes:
>> you might consider rephrasing the ly:make-book
>> call as #{ \book { ... } #} as well, peeling off another Scheme layer
>> and leaving just ly:book-process.
>>
>
>
> Thanks! That did the trick. I'm glad to see this code works in 2.16.0;
>
David Kastrup gnu.org> writes:
> you might consider rephrasing the ly:make-book
> call as #{ \book { ... } #} as well, peeling off another Scheme layer
> and leaving just ly:book-process.
>
Thanks! That did the trick. I'm glad to see this code works in 2.16.0; putting
\score inside of a scheme
Mark Witmer writes:
> I can't seem to get quotes/cues working in a score generated with ly:book-
> process. This is my code:
>
> % Quoted notes should appear in music created with ly:book-process,
> % but they do not
> \version "2.16.0"
> myPaper = \paper {}
> myLayout = \layout {}
>
> \addQuote
Le 26 sept. 2012 à 01:31, Mark Witmer a écrit :
> I can't seem to get quotes/cues working in a score generated with ly:book-
> process. This is my code:
>
> % Quoted notes should appear in music created with ly:book-process,
> % but they do not
> \version "2.16.0"
> myPaper = \paper {}
> myLayout
I can't seem to get quotes/cues working in a score generated with ly:book-
process. This is my code:
% Quoted notes should appear in music created with ly:book-process,
% but they do not
\version "2.16.0"
myPaper = \paper {}
myLayout = \layout {}
\addQuote "test" {c1 b1 a1}
#(ly:book-process