On Wed, 2016-05-25 at 09:44 +0000, Charles Suncana wrote: > OK thanks, I´ll do that in future. Weird that it still seems to work.
Well, by chance, you had got nothing in \global that couldn't appear after the music, else LilyPond would have errored. I hope you can get to grips with LilyPond syntax, if not try Denemo which generates the syntax for you. You get the same beautiful score, but with the caveat that if you want to create advanced notational features then you will be back to learning LilyPond syntax. Richard > Also I have to say Lilypond has a wonderful sense of community. Best > -charles- > > > > Subject: Re: Time signature at end of score. > > From: [email protected] > > To: [email protected] > > CC: [email protected] > > Date: Wed, 25 May 2016 09:44:18 +0100 > > > > On Wed, 2016-05-25 at 08:30 +0000, Charles Suncana wrote: > > > global = { > > > > > > } > > > > > > violin = \relative c'' { \time 3/4 d4 e f | g f e | d2.\bar "|." > > > \global > > > % Music follows here. > > > > > > } > > > > This isn't the idea - you have emptied the \global and still not > placed > > the music after the comment "% Music follows here" > > Instead keep the global = bit and put the music after that comment: > > > > violin = \relative c'' { > > \global > > % Music follows here. > > d4 e f | g f e | d2.\bar "|." > > } > > > > Perhaps it should have said > > > > % Put your music after this comment > > > > then it might have been clear. > > > > Richard > > > > > _______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
