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: Christopher R. Maden
Subject: Re: Removing a time signature only once
Date: Tue, 15 Jan 2013 16:18:35 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130106 Thunderbird/17.0.2

On 01/15/2013 04:05 PM, Kieren MacMillan wrote:
> You need to specify the context:

OK... a more complete example is attached.

The time signature is invoked in songGlobalsVerse.

That’s used in a Staff:

songVocals = \new Staff <<
  \clef treble
  <<
    {
      \songGlobalsIntro
      \repeat volta 6 {
        \songGlobalsVerse
        \songGlobalsChorus
      }
    }
    \new Voice = "vocal" {
      \songTacetIntro
      \repeat volta 6 {
        \songMelodyVerse
        \songMelodyChorus
      }
    }
  >>
>>

That is, in turn, used in both a layout and a midi context:

\score {
  <<
    \songVocals
  >>
  \layout {}
}

The time signature is displayed.

~Chris
-- 
Chris Maden, text nerd  <URL: http://crism.maden.org/ >
Axial tilt is the reason for the season.
GnuPG fingerprint: DB08 CF6C 2583 7F55 3BE9  A210 4A51 DBAC 5C5C 3D5E

Attachment: time_signature.ly
Description: Text Data


reply via email to

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