bug-lilypond
[Top][All Lists]
Advanced

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

Issue 691 in lilypond: setting \tempo without duration shouldn't print


From: codesite-noreply
Subject: Issue 691 in lilypond: setting \tempo without duration shouldn't print a duration
Date: Mon, 06 Oct 2008 03:52:32 -0700

Issue 691: setting \tempo without duration shouldn't print a duration
http://code.google.com/p/lilypond/issues/detail?id=691

New issue report by v.villenave:
% Once a tempo indication dur = count is explicitly set, it will be
% displayed even though you just indicate e.g. \tempo "Allegro".

% A simple workaround would be to use \once \set Score.tempoHideNote = ##t
% everytime you just want the textual tempo marking.

\version "2.11.60"

\relative c '' {
  \tempo "Largo" 4 = 52   c1
  \tempo "Allegro" c1 %the printed note doesn't match the text indication.
}


Issue attributes:
        Status: Accepted
        Owner: v.villenave
        Labels: Type-Defect Priority-Medium

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings




reply via email to

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