Updates:
        Labels: -Patch-new Patch-needs_work

Comment #4 on issue 3444 by [email protected]: No warning for misspelled properties
http://code.google.com/p/lilypond/issues/detail?id=3444

Fails make check

--snip--
% ****************************************************************
% ly snippet:
% ****************************************************************
\sourcefilename "/tmp/lilypond-autobuild/input/regression/system-extents.ly"
\sourcefileline 0
\version "2.17.6"
\header {

    texidoc = "The size of every system is correctly determined; this
    includes postscript constructs such as slurs."

    }
        

\layout {
    \context {
        \Score
        \override System.stencil = #box-grob-stencil
    }
}

\new Voice
{
    \unset Staff.minimumVerticalExtent
    \override Score.RehearsalMark.font-size = #20

    \slurDown c4 ( g4  c''4)
}




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

--snip--

and

--snip--

% ****************************************************************
% ly snippet:
% ****************************************************************
\sourcefilename "/tmp/lilypond-autobuild/input/regression/system-extents.ly"
\sourcefileline 0
\version "2.17.6"
\header {

    texidoc = "The size of every system is correctly determined; this
    includes postscript constructs such as slurs."

    }
        

\layout {
    \context {
        \Score
        \override System.stencil = #box-grob-stencil
    }
}

\new Voice
{
    \unset Staff.minimumVerticalExtent
    \override Score.RehearsalMark.font-size = #20

    \slurDown c4 ( g4  c''4)
}




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

--snip--



--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

Reply via email to