>> 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
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
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
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
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
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
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
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
> {
>
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
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
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
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
12 matches
Mail list logo