lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: I seem to have broken staging


From: James
Subject: Re: I seem to have broken staging
Date: Tue, 17 Nov 2015 13:12:41 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0

Not sure of this helps:

On 17/11/15 12:24, David Kastrup wrote:
> James <address@hidden> writes:
>
>> Hello,
>>
>> It seems that patchy staging merge fails, the last checkins were by me.
>>
>> Sorry for this, I am looking at this now.
> Rather looks like Thomas Morley.  Your commits seem to have made it into
> master fine already.  I'll take a look.
>

--snip--

lilypond-multi-run-5.log:././eb/lily-179787fe.ly:740:27: error: GUILE
signaled an error for the expression beginning here

--snip--

If i look for that ly file I get this

--snip--

more eb/lily-179787fe.ly
%% Generated by lilypond-book.py
%% Options:
[exampleindent=10.16\mm,indent=0\mm,line-width=160\mm,quote,ragged-right]
\include "lilypond-book-preamble.ly"


% ****************************************************************
% Start cut-&-pastable-section
% ****************************************************************



\paper {
  indent = 0\mm
  line-width = 160\mm
  % offset the left padding, also add 1mm as lilypond creates cropped
  % images with a little space on the right
  line-width = #(- line-width (* mm  3.000000) (* mm 1))
  line-width = 160\mm - 2.0 * 10.16\mm
  % offset the left padding, also add 1mm as lilypond creates cropped
  % images with a little space on the right
  line-width = #(- line-width (* mm  3.000000) (* mm 1))
  ragged-right = ##t
}

\layout {
 
}





% ****************************************************************
% ly snippet:
% ****************************************************************
\sourcefileline 736
\layout {
  \context {
    \Score
    noteToFretFunction = #(determine-frets #t)
  }
}

custom-tuning = \stringTuning <e, a, d ges beh eeh'>

mus = \relative {
  eeses'4
  eeseh
  ees
  eeh
  e
  eih
  eis
  eisih
  eisis
}

<<
  \new Staff << \clef "G_8" \mus >>
  \new TabStaff \with { stringTunings = \custom-tuning } \mus
>>



% ****************************************************************
% end ly snippet
% ****************************************************************

--snip--

This seems to match the noteToFretFunction function in the commit changes

James




reply via email to

[Prev in Thread] Current Thread [Next in Thread]