lilypond-user
[Top][All Lists]
Advanced

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

Re: Removing time signatures (yet again!)


From: Ole Schmidt
Subject: Re: Removing time signatures (yet again!)
Date: Sun, 16 Dec 2007 23:21:24 +0100


Am 16.12.2007 um 22:56 schrieb Mats Bengtsson:

There are several other alternatives to do this kind of
property settings, for example if want to make one setting
that applies to all staves of all scores.


would this be a correct solution?

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\layout {  \context {

\Score \override TimeSignature #'stencil = ##f  } }
 
 { 
 << 
   \new Staff   {  
   \clef treble  
{\partial 4 d'  } 

   \new Staff {
     \clef bass 
{\partial 4  f,}  

>>
 

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

best 

ole



reply via email to

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