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: [email protected]
To: [email protected]
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-
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user