bug-lilypond
[Top][All Lists]
Advanced

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

Re: Second staff beginning with an acciaccatura defeats "\override Staff


From: Reinhold Kainhofer
Subject: Re: Second staff beginning with an acciaccatura defeats "\override Staff.TimeSignature #'stencil = ##f" in the first staff
Date: Sat, 18 Aug 2012 01:53:21 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120714 Thunderbird/14.0

On 2012-08-18 01:47, Štěpán Němec wrote:

% 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
   }


Same problem as we have in all cases when one voice starts with grace notes... You need to add spacer grace notes too all other staves, too:

\version "2.14.2"

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

Cheers,
Reinhold

--
------------------------------------------------------------------
Reinhold Kainhofer, address@hidden, http://www.kainhofer.com
 * Financial & Actuarial Math., Vienna Univ. of Technology, Austria
 * http://www.fam.tuwien.ac.at/, DVR: 0005886
 * Edition Kainhofer, Music Publisher, http://www.edition-kainhofer.com



reply via email to

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