Re: Fwd: Justify to both sides

2017-03-18 Thread Colin Campbell
On 2017-03-18 10:28 AM, CieMaKat . wrote: Hello everyone! I would like to place custom header for piece, i.e.: hymn number and authors of music and lyrics aligned to both sides of the page: Obraz w treści 2 I tried to do it with fill-line, but then part of the /"Lyrics author" /goes off the

Fwd: Justify to both sides

2017-03-18 Thread CieMaKat .
Hello everyone! I would like to place custom header for piece, i.e.: hymn number and authors of music and lyrics aligned to both sides of the page: [image: Obraz w treści 2] I tried to do it with fill-line, but then part of the *"Lyrics author" *goes off the page. Please check a result of the fol

Re: Partial

2017-03-18 Thread Joseph Austin
> > > > Date: Fri, 17 Mar 2017 21:48:50 +0100 > From: David Kastrup > To: Joseph Austin > Cc: lilypond-user@gnu.org > Subject: Re: Partial > Message-ID: <87k27nbpe5@fencepost.gnu.org> > Content-Type: text/plain > > Joseph Austin writes: > >> I've been experimenting with \partial, the co

Re: Putting piano/forte *before* the note

2017-03-18 Thread Mojca Miklavec
On 18 March 2017 at 12:08, David Kastrup wrote: > Mojca Miklavec writes: > >> Is there any way that I could write something like >> >> melody = { >> \makethispiano \melodyA >> \melodyB >> \makethisforte \melodyA >> } >> >> To avoid having to split the segment > > mel

Re: Putting piano/forte *before* the note

2017-03-18 Thread David Kastrup
Mojca Miklavec writes: > Hi, > > I often have repeated segments of music where the first time the > segment is played piano and the second time it is played forte. > > I define segments with > > melodyA = \fixed c' { c4 e g | ... } > > and then > > melody = { \melodyA \melodyB \melodyA }

Putting piano/forte *before* the note

2017-03-18 Thread Mojca Miklavec
Hi, I often have repeated segments of music where the first time the segment is played piano and the second time it is played forte. I define segments with melodyA = \fixed c' { c4 e g | ... } and then melody = { \melodyA \melodyB \melodyA } Is there any way that I could write somethi

Re: can we pass in header variables as CLI parameters?

2017-03-18 Thread Timothy Lanfear
On 17/03/17 21:10, Ian Ring wrote: Hi, sorry if this has been asked before... Is it possible to pass in header variables in via the CLI? For example, I would like to pass the copyright date in via a parameter, instead of it being saved in the .LY file. This can be done in LaTeX, so I hope t