lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 3444 in lilypond: No warning for misspelled pr


From: lilypond
Subject: Re: [Lilypond-auto] Issue 3444 in lilypond: No warning for misspelled properties
Date: Fri, 12 Jul 2013 18:18:55 +0000

Updates:
        Labels: -Patch-new Patch-needs_work

Comment #4 on issue 3444 by address@hidden: 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

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