lilypond-user
[Top][All Lists]
Advanced

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

Re: How to hide time signature


From: magohq
Subject: Re: How to hide time signature
Date: Fri, 29 Nov 2013 10:45:44 -0800 (PST)

\version "2.16.2"


global = {  
  \set Score.timing = ##f
  \override Staff.TimeSignature #'stencil = ##f  
}


\new Staff \relative c' {\global
    c4 d e f g c d f g \bar "||"
  } 



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/How-to-hide-time-signature-tp154629p154634.html
Sent from the User mailing list archive at Nabble.com.



reply via email to

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