Re: Problem with accidental not appearing

2008-05-28 Thread Griff Miller II
On Wed, May 28, 2008 10:51 am, Peter Johnson wrote: > > Yes - just remove or comment out the second \partial 16 instruction. > Barlines, repeats, and accidentals all look right. Remember, a repeat mark > is not a barline. Here's the new snippet code. OK, I've give it a try in the non-snippet cod

Re: Problem with accidental not appearing

2008-05-28 Thread Griff Miller II
On Wed, May 28, 2008 10:51 am, Peter Johnson wrote: > > Yes - just remove or comment out the second \partial 16 instruction. > Barlines, repeats, and accidentals all look right. Remember, a repeat mark > is not a barline. Here's the new snippet code. OK, Peter - I will try it tonight and report

Re: Problem with accidental not appearing

2008-05-28 Thread Griff Miller II
On Wed, May 28, 2008 9:54 am, Peter Johnson wrote: > > Griff, > > The f#16 at the start of the second passage is not a partial: remove this > command and it's OK. Looks like with \partial the d# is (incorrectly?) > carried over from the previous uncompleted bar. Thanks for replying, Peter. I'm no

Problem with accidental not appearing

2008-05-28 Thread Griff Miller II
I have cut down the piece I am transcribing to the essentials in the snippet below. I am wondering why the D# one beat before the trill is not being printed as a D# . It is being printed as a D natural - or am I missing something? Griff #(set-default-paper-size "letter") #(set-global-staff-size

Problem with accidental not appearing

2008-05-28 Thread Griff Miller II
I have cut down the piece I am transcribing to the essentials in the snippet below. I am wondering why the D# one beat before the trill is not being printed as a D# . It is being printed as a D natural - or am I missing something? Griff #(set-default-paper-size "letter") #(set-global-staff-size

Problem with accidental not appearing

2008-05-28 Thread Griff Miller II
I have cut down the piece I am transcribing to the essentials in the snippet below. I am wondering why the D# one beat before the trill is not being printed as a D# . It is being printed as a D natural - or am I missing something? Griff #(set-default-paper-size "letter") #(set-global-staff-size

Re: How to have fingerings in bold?

2007-05-28 Thread Griff Miller
On Mon, May 28, 2007 7:36 am, Mats Bengtsson wrote: > > \version "2.10.0" > > boldfinger = { > \once \override Fingering #'font-series = #'bold > > } > > \relative c'{ > %%% Change the default font: > \override Fingering #'font-encoding = #'latin1 % Use normal text font > \override Fingering #'fon

How to have fingerings in bold?

2007-05-27 Thread Griff Miller
The syntax for fingerings is very easy. A C major scale on the double bass: c-1 d-4 e-1-D f-2 g-1 a-4 b-1-G c-2 Now, how do I put certain fingerings in bold? I need a way that doesn't involve a lot of extra typing, since about 40% of the fingerings I specify need to be bolded.