bug-lilypond
[Top][All Lists]
Advanced

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

Second staff beginning with an acciaccatura defeats "\override Staff.Tim


From: Štěpán Němec
Subject: Second staff beginning with an acciaccatura defeats "\override Staff.TimeSignature #'stencil = ##f" in the first staff
Date: Sat, 18 Aug 2012 01:47:43 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

% here, the first staff gets time signature, but shouldn't

\version "2.14.2"

\new PianoStaff <<
  \new Staff {
    \override Staff.TimeSignature #'stencil = ##f
    c
  }
  \new Staff {
    \override Staff.TimeSignature #'stencil = ##f
    \acciaccatura c c
  }
>>

============

% this works as expected, no time signature

\version "2.14.2"

{
  \override Staff.TimeSignature #'stencil = ##f
  \acciaccatura c c
}

============

% also this works as expected, the problem only occurs with
% acciaccatura at the very beginning

\version "2.14.2"

\new PianoStaff <<
  \new Staff {
    \override Staff.TimeSignature #'stencil = ##f
    c
  }
  \new Staff {
    \override Staff.TimeSignature #'stencil = ##f
    c \acciaccatura c c
  }
>>

-- 
Štěpán




reply via email to

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