Re: Replace `-dgs-load-fonts' to `--bigpdfs' in lilypond-book (issue 300280043 by truer...@gmail.com)

2016-06-13 Thread Werner LEMBERG
>> Remove `-dgs-load-fonts` from lilypond-book default. During >> LilyPond and its documents are built, `-dgs-load-lily-fonts` option >> instead of `-dgs-load-fonts` is used. `-dgs-load-lily-fonts` means >> "Load only the LilyPond fonts via Ghostscript." >> >> "LilyPond fonts" mean the fonts in

Re: Protected_scm warning: returning reference to temporary

2016-06-13 Thread Dan Eble
On Jun 13, 2016, at 18:37 , David Kastrup wrote: > > Anyway, I'll push a fix. Can you check again in 5 minutes? No more warnings from protected-scm. Thanks, — Dan ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman

Re: Scheme question

2016-06-13 Thread Simon Albrecht
On 13.06.2016 20:55, David Kastrup wrote: So you probably want testy = #(define-music-function (note) (ly:music?) (make-relative (note) note #{ \tag #'a { $note } \tag #'b { $note } #})) This uses just "note" as the expression affecting \relative, but places two separate copies of t

Re: Protected_scm warning: returning reference to temporary

2016-06-13 Thread David Kastrup
Dan Eble writes: > I noticed these errors building staging in lilydev 3.0: > >> /home/dan/lilypond-git/lily/protected-scm.cc: In member function >> 'Protected_scm::operator scm_unused_struct* const&() const': >> /home/dan/lilypond-git/lily/protected-scm.cc:75:56: warning: >> returning reference t

Protected_scm warning: returning reference to temporary

2016-06-13 Thread Dan Eble
I noticed these errors building staging in lilydev 3.0: > /home/dan/lilypond-git/lily/protected-scm.cc: In member function > 'Protected_scm::operator scm_unused_struct* const&() const': > /home/dan/lilypond-git/lily/protected-scm.cc:75:56: warning: returning > reference to temporary [enabled by

Re: make calc-blot from bar-line.scm public (issue 299250044 by thomasmorle...@gmail.com)

2016-06-13 Thread thomasmorley65
On 2016/06/05 17:39:35, dak wrote: On 2016/06/05 17:27:15, thomasmorley651 wrote: > On 2016/06/05 15:51:25, dak wrote: > > https://codereview.appspot.com/299250044/diff/1/scm/bar-line.scm > > File scm/bar-line.scm (right): > > > > https://codereview.appspot.com/299250044/diff/1/scm/bar-line.s

Re: Scheme question

2016-06-13 Thread David Kastrup
David Kastrup writes: > Phil Holmes writes: > >> Can anyone explain why the f in the attached code is 2 octaves above where >> I would expect them? >> >> testy = #(define-music-function (note) >> (ly:music?) >> #{ >> \tag #'a { #note } >> \tag #'b { #note } >> #}) >> >> \score { >> \keepW

Re: Scheme question

2016-06-13 Thread David Kastrup
Phil Holmes writes: > Can anyone explain why the f in the attached code is 2 octaves above where > I would expect them? > > testy = #(define-music-function (note) > (ly:music?) > #{ > \tag #'a { #note } > \tag #'b { #note } > #}) > > \score { > \keepWithTag #'a { > \new Staff > { >

Re: Scheme question

2016-06-13 Thread Urs Liska
Am 13. Juni 2016 19:51:48 MESZ, schrieb Phil Holmes : >Can anyone explain why the f in the attached code is 2 octaves above >where >I would expect them? Where *do* you expect it? > >testy = #(define-music-function (note) > (ly:music?) >#{ > \tag #'a { #note } > \tag #'b { #note } >#}) > >\s

Scheme question

2016-06-13 Thread Phil Holmes
Can anyone explain why the f in the attached code is 2 octaves above where I would expect them? testy = #(define-music-function (note) (ly:music?) #{ \tag #'a { #note } \tag #'b { #note } #}) \score { \keepWithTag #'a { \new Staff { \new Voice { \relative c'' { c d e \testy f

Re: Replace `-dgs-load-fonts' to `--bigpdfs' in lilypond-book (issue 300280043 by truer...@gmail.com)

2016-06-13 Thread pkx166h
On 2016/06/13 14:00:57, trueroad wrote: I came up with another idea. Remove `-dgs-load-fonts` from lilypond-book default. During LilyPond and its documents are built, `-dgs-load-lily-fonts` option instead of `-dgs-load-fonts` is used. `-dgs-load-lily-fonts` means "Load only the LilyPond f

Re: Replace `-dgs-load-fonts' to `--bigpdfs' in lilypond-book (issue 300280043 by truer...@gmail.com)

2016-06-13 Thread trueroad
I came up with another idea. Remove `-dgs-load-fonts` from lilypond-book default. During LilyPond and its documents are built, `-dgs-load-lily-fonts` option instead of `-dgs-load-fonts` is used. `-dgs-load-lily-fonts` means "Load only the LilyPond fonts via Ghostscript." "LilyPond fonts" mean t