lilypond-user
[Top][All Lists]
Advanced

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

RE: Time signature at end of score.


From: Charles Suncana
Subject: RE: Time signature at end of score.
Date: Wed, 25 May 2016 08:30:39 +0000

Hi again, after persevering a bit I think the problem as using the Score wizard in Frescobaldi.

Here is my tiny problem:

\version "2.18.2"

\header {

}

\layout {
  \context {
    \Voice
    \consists "Melody_engraver"
    \override Stem #'neutral-direction = #'()
  }
}

global = {
  \key d \major
  \numericTimeSignature
  \time 3/4
}

violin = \relative c'' { \time 3/4 d4 e f | g f e | d2.\bar "|."
  \global
  % Music follows here.
 
}

\score {
  \new Staff \with {
    instrumentName = "Violin"
    shortInstrumentName = "Vl."
    midiInstrument = "violin"
  } \violin
  \layout { }
  \midi {
    \tempo 4=100
  }
}

and here is my tiny solution

\version "2.18.2"

\header {

}

\layout {
  \context {
    \Voice
    \consists "Melody_engraver"
    \override Stem #'neutral-direction = #'()
  }
}

global = {
 
}

violin = \relative c'' { \time 3/4 d4 e f | g f e | d2.\bar "|."
  \global
  % Music follows here.
 
}

\score {
  \new Staff \with {
    instrumentName = "Violin"
    shortInstrumentName = "Vl."
    midiInstrument = "violin"
  } \violin
  \layout { }
  \midi {
    \tempo 4=100
  }
}

By deleting the time and key signature in the global block I was able to get rid of the info after the last bar.
Thanks for the prompt help and encouragement. Best -charles-


From: address@hidden
To: address@hidden
Subject: Time signature at end of score.
Date: Mon, 23 May 2016 22:47:48 +0000

Hi, I´m a newbie to Lilypond and am using Frescobaldi to help me use it. At the end of each engraving Frescobaldi puts a courtesy time signature for the next expected bar. However when the piece is finished AND converted to PDF, the courtesy time signature is still there at the end of the score. Does anyone know how to remove it? -charlesross-

reply via email to

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