Status: Accepted
Owner: ----
Labels: Type-Documentation
New issue 4151 by [email protected]: implicitTimeSignatureVisibility
https://code.google.com/p/lilypond/issues/detail?id=4151
Dan Eble wrote :
% I'm not sure if this is a defect in functionality, nomenclature,
% documentation, or all three.
%
% It is not clear what is "implicit" about
% "implicitTimeSignatureVisibility", since it has the same effect
% whether the time signature is omitted or specified.
%
% The notation reference says that "implicitTimeSignatureVisibility"
% is "break visibility for the default time signature", yet it has the
% same effect whether the time signature is the default 4/4 or
% something else.
%
% What it does appear to do is control the visibility of the first
% time signature.
\version "2.19.14"
\score {
\relative { c'1^"Default, Implicit (Visible)" }
}
\score {
\relative {
\set Score.implicitTimeSignatureVisibility = #all-invisible
c'1^"Default, Implicit"
}
}
\score {
\relative {
\set Score.implicitTimeSignatureVisibility = #all-invisible
\time 4/4 c'1^"Default, Explicit"
}
}
\score {
\relative {
\set Score.implicitTimeSignatureVisibility = #all-invisible
\time 3/4 c'2.^"Non-default, Explicit"
}
}
--
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