lilypond-user
[Top][All Lists]
Advanced

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

Re: Removing a time signature only once


From: Kieren MacMillan
Subject: Re: Removing a time signature only once
Date: Tue, 15 Jan 2013 16:05:06 -0500

Hi Christopher,

> That doesn’t seem to work

You need to specify the context:

songGlobalsVerse = {
 s8
 \once \override Staff.TimeSignature #'stencil = ##f
 \time 6/8
 s2.*8
 \bar "||"
}

\score { \songGlobalsVerse }

Cheers,
Kieren.


reply via email to

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