Re: Quoting music in ly:book-process

2012-09-30 Thread David Kastrup
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; >

Re: Quoting music in ly:book-process

2012-09-30 Thread Mark Witmer
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

Re: Quoting music in ly:book-process

2012-09-26 Thread David Kastrup
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

Re: Quoting music in ly:book-process

2012-09-25 Thread Nicolas Sceaux
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

Quoting music in ly:book-process

2012-09-25 Thread Mark Witmer
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