On Aug 29, 2011, at 7:07 PM, [email protected] wrote:
>
> Comment #7 on issue 1828 by [email protected]: contextStringTuning creates extra
> space after first system
> http://code.google.com/p/lilypond/issues/detail?id=1828
>
> I pushed the simple version only affecting the current context as commit
> 2dad7be345ca1f4c04e836a56a9a66c0e340b39b
> . If this leads to problem reports, we can still try the more complicated
> version.
>
Hey all,
The doc build is broken on my box at the following snippet:
mynotes = {
c'4 e' g' c'' |
e''4 g'' b'' c'''
}
<<
\new Staff {
\clef treble
\mynotes
}
\new TabStaff {
\contextStringTuning #'custom-tuning <c' g' d'' a''>
\mynotes
}
>>
Compiling this as bar.ly, I get:
Parsing...
<string>:1:20: error: syntax error, unexpected '(', expecting '='
\set stringTunings
(ly:parser-lookup \lilyvartmpi \lilyvartmpj)
bar.ly:14:4: error: Music head function must return Music object
\contextStringTuning #'custom-tuning <c' g' d'' a''>
Interpreting music...
Preprocessing graphical objects...
Finding the ideal number of pages...
Fitting music on 1 page...
Drawing systems...
Layout output to `bar.ps'...
Converting to `./bar.pdf'...
fatal error: failed files: "bar.ly"
I'm not sure if this has to do with my stem work or this push, but as it seems
within the ball park of this push, I figured I'd give the list the heads up.
Cheers,
MS
_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond