Re: cross-staff stems in a piano part

2017-12-11 Thread Chris Jones
On Sat, Dec 09, 2017 at 08:29:54PM EST, Andrew Bernard wrote: > Hi Chris, > > Just look up the syntax for 'cross staff stems' in the NR. It's pretty > simple. Time allowing... I managed to take another look at the documentation. Will have to run additional tests and that may not be possible befo

Re: removing automatically generated natural signs

2017-12-11 Thread Chris Jones
On Sun, Dec 10, 2017 at 03:16:12PM EST, David Wright wrote: > On Fri 08 Dec 2017 at 16:21:41 (-0500), Chris Jones wrote: > > On Fri, Dec 08, 2017 at 02:22:32PM EST, Ben wrote: > > > ( > > > On 12/8/2017 2:09 PM, Chris Jones wrote: [..] > This response seems

Re: cross-staff stems in a piano part

2017-12-09 Thread Chris Jones
On Sat, Dec 09, 2017 at 08:29:54PM EST, Andrew Bernard wrote: > Hi Chris, > Just look up the syntax for 'cross staff stems' in the NR. It's pretty > simple. > I don't know much about 2.18.2, but I imagine that feature is there. > By the way, have you considered upgrading to 2.19.80? It's very sta

Re: cross-staff stems in a piano part

2017-12-09 Thread Chris Jones
On Sat, Dec 09, 2017 at 08:18:49PM EST, Chris Jones wrote: > I am attaching a .png file of the "before vs. after" type. Oops... forgot to attach the image! Here goes. Thanks, CJ ___ lilypond-user mailing list lilypond-user@

cross-staff stems in a piano part

2017-12-09 Thread Chris Jones
I am attaching a .png file of the "before vs. after" type. The top version is what I achieved with the following "simple example": | \version "2.18.2" | | global = { | \key g \major | \time 4/4 | } | | right = \relative c'' { | \global | <> <> <> <> | |

Re: removing automatically generated natural signs

2017-12-08 Thread Chris Jones
On Fri, Dec 08, 2017 at 04:40:51PM EST, David Kastrup wrote: > Chris Jones writes: > [..] > > Don't underestinmate the anonymous grease monkeys in printers' shops. Far from my intention I can assure you. As a matter of fact without being an expert I have great respect f

Re: removing automatically generated natural signs

2017-12-08 Thread Chris Jones
On Fri, Dec 08, 2017 at 03:30:00PM EST, Simon Albrecht wrote: > On 08.12.2017 20:09, Chris Jones wrote: > > Wouldn't this become rather painful/tedious if the gentleman who wrote > > this particular song had had the bright idea of transposing it to > > a fancier key lik

Re: removing automatically generated natural signs

2017-12-08 Thread Chris Jones
On Fri, Dec 08, 2017 at 03:23:35PM EST, Noeck wrote: > Hi, > > this isa bad hack I would not recommend, but you *could* revert the key > back to c major without showing it: > > \relative { > \key g \major > c' > \once \omit Staff.KeyCancellation > \key c \major > d e f g a b c > } > >

Re: removing automatically generated natural signs

2017-12-08 Thread Chris Jones
On Fri, Dec 08, 2017 at 02:22:32PM EST, Ben wrote: > ( > On 12/8/2017 2:09 PM, Chris Jones wrote: [..] > > (from documentation) > "... > > To determine whether to print an *accidental*, LilyPond examines the pitches > and the key signature. The key signature

removing automatically generated natural signs

2017-12-08 Thread Chris Jones
I would need some help removing the autmatically generated natural signs that I see in lilypond's output. I coded this: | global = { | \time 4/4 | \key g \major | \tempo \markup { \concat {Mouv. \super t} de Marche} | } | | #(set-global-staff-size 16.5) | | melody = \rel

Re: Fwd: cjns1...@gmail.com Re: Setting default text font

2017-12-07 Thread Chris Jones
On Thu, Dec 07, 2017 at 05:42:00PM EST, Noeck wrote: > Hi Chris, > > Am 06.12.2017 um 23:33 schrieb Chris Jones: > > A closer inspection of the glyphs makes me think it is using some form > > of Century Schoolbook. The upper-case letter "Q" for instance is quite >

Setting default text font

2017-12-06 Thread Chris Jones
I am unsuccessfully trying to globally change the default text font that is lilypond uses in its pdf output (title of the song, lyrics, etc. I tried adding this statement at the top of my .ly input file immediately after the version statement: | \version "2.18.2" | | \paper { |top-margin =

Re: Song starts off with an incomplete bar...

2017-12-06 Thread Chris Jones
On Wed, Dec 06, 2017 at 08:22:36AM EST, Ben wrote: > On 12/5/2017 5:28 PM, Chris Jones wrote: [..] > I believe it's as easy as adding: > > \global >     \partial 16 d'16    \bar "||" > > See attached. Is this what you were after? :) Ye

Song starts off with an incomplete bar...

2017-12-06 Thread Chris Jones
How should I handle it? Here's the "simple example": |\version "2.18.2" | |\header { |} | |global = { | \time 4/4 | \key g \major |} | |melody = \relative c { | \global |d'16\bar "||"%b00 |