bug-lilypond
[Top][All Lists]
Advanced

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

implicitTimeSignatureVisibility


From: Dan Eble
Subject: implicitTimeSignatureVisibility
Date: Tue, 30 Sep 2014 00:32:50 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

>I'm not top posting.
% 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"
  }
}





reply via email to

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