Re: Banjo example in docs renders without stems on 2.16.2-1 OSX

2013-03-04 Thread Bayard Randel
Ah apologies, I must have found my way to the old documentation from Google. That's working as expected, thank you. -Bayard On 5/03/2013, at 1:10 PM, Thomas Morley wrote: > 2013/3/5 Bayard Randel : >>> I'm not top posting. >> >> % Stems should render based on example in docs, but do not on 2.

Re: Ottava bracket in one voice

2013-03-04 Thread Nick Payne
On 04/03/13 20:24, Colin Hall wrote: Nick Payne writes: I just encountered issue 1473 (ottavation marking in one voice affects all voices on the staff), and it took a bit of digging to find the solution (change Voice.middleCPosition in the other voices). Maybe there should be a short "Known iss

Re: Banjo example in docs renders without stems on 2.16.2-1 OSX

2013-03-04 Thread Thomas Morley
2013/3/5 Bayard Randel : > Ah apologies, I must have found my way to the old documentation from Google. > That's working as expected, thank you. You're welcome. -Harm ___ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/lis

Re: Banjo example in docs renders without stems on 2.16.2-1 OSX

2013-03-04 Thread Thomas Morley
2013/3/5 Bayard Randel : >> I'm not top posting. > > % Stems should render based on example in docs, but do not on 2.16.2-1 in OSX. > % http://lilypond.org/doc/v2.12/Documentation/user/lilypond/Banjo#Banjo > > \new TabStaff << > \set TabStaff.tablatureFormat = #fret-number-tablature-format-banjo

Banjo example in docs renders without stems on 2.16.2-1 OSX

2013-03-04 Thread Bayard Randel
> I'm not top posting. % Stems should render based on example in docs, but do not on 2.16.2-1 in OSX. % http://lilypond.org/doc/v2.12/Documentation/user/lilypond/Banjo#Banjo \new TabStaff << \set TabStaff.tablatureFormat = #fret-number-tablature-format-banjo \set TabStaff.stringTunings = #ban

Re: hshift a rest in a triplet not possible?

2013-03-04 Thread Xavier Scheuer
On 3 March 2013 23:42, Eluze wrote: > Pierre Perol-Schneider reports this problem on the French LilyPond forum: > > shifting the rest in a triplet doesn't work > > (snip) > > if instead of a8\rest in the Medium voice you have a real note, shifting is > perfect. > > reading in Internals I found: >

Re: partcombineChords affects preceding note, gives wrong output

2013-03-04 Thread Xavier Scheuer
On 3 March 2013 18:16, Colin Hall wrote: > > Thanks for the report, Pavel. > > I checked for existing issues against partCombine. There are some, but > your report seems to be distinct, so I created a new tracker. > > https://code.google.com/p/lilypond/issues/detail?id=3220 Hi, For a reason I do

Re: Single Whole Measure Rest vs compressed MMR

2013-03-04 Thread Thomas Morley
2013/3/4 Xavier Scheuer : > On 28 February 2013 01:05, Thomas Morley > wrote: >> >> Hi Xavier, >> >> do you think of sth like this: >> >> (snip) >> > > Hi Thomas, > > Thank you for your answer. > I did not use the 'bound-padding property but I was overriding MMR > 'minimum-length to different val

Re: Single Whole Measure Rest vs compressed MMR

2013-03-04 Thread Werner LEMBERG
> IIRC I increased the horizontal space of compressed MMR in order to > prevent overlapping of tempo indications in a piece for an > instrument part with many MMR (similar to what Kieren is also > asking/fighting AFAIK). Aah, but this is a different problem (which can be very annoying, I know).

Re: Single Whole Measure Rest vs compressed MMR

2013-03-04 Thread Xavier Scheuer
On 28 February 2013 05:25, Werner LEMBERG wrote: > > As far as I know, they are treated similarly. OK, thanks. > Why should there be a difference? The idea of having compressed > MMRs is to save horizontal space, isn't it? I did not claim there should be a difference, I was asking the questio

Re: Single Whole Measure Rest vs compressed MMR

2013-03-04 Thread Xavier Scheuer
On 28 February 2013 01:05, Thomas Morley wrote: > > Hi Xavier, > > do you think of sth like this: > > (snip) > Hi Thomas, Thank you for your answer. I did not use the 'bound-padding property but I was overriding MMR 'minimum-length to different values corresponding to my needs. Your 'bound-padd

Re: Ottava bracket in one voice

2013-03-04 Thread Colin Hall
Nick Payne writes: > I just encountered issue 1473 (ottavation marking in one voice affects > all voices on the staff), and it took a bit of digging to find the > solution (change Voice.middleCPosition in the other voices). Maybe there > should be a short "Known issues and warnings" in the sec