Re: subDivideBeams issue

2012-01-21 Thread Damian leGassick

On 21 Jan 2012, at 17:35, Xavier Scheuer wrote:

> On 21 January 2012 14:58, Damian leGassick  wrote:
>> Hi
>> 
>> can someone explain why in the following the triplet beams are
>> subdivided in bar 2, but not in bar 1 (I want them both subdivided as
>> in bar 2)?
>> 
>> \version "2.15.26"
>> \relative c'' {
>> \time 3/4
>> \set subdivideBeams = ##t
>> \set baseMoment = #(ly:make-moment 1 8)
>> c16[ c c c] c[ c c c] \times 2/3 {c16 c c c c c}
>> c16[ c c c] \times 2/3 {c16 c c c c c} c16[ c c c]
>> }
>> 
> 
> Hi,
> 
> I'd say this is the same issue as what I reported today:
> http://lists.gnu.org/archive/html/bug-lilypond/2012-01/msg00837.html
> 
> Cheers,
> Xavier
> 
> -- 
> Xavier Scheuer 

indeed - it must be triplet day!

Damian

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: subDivideBeams issue

2012-01-21 Thread Xavier Scheuer
On 21 January 2012 14:58, Damian leGassick  wrote:
> Hi
>
> can someone explain why in the following the triplet beams are
> subdivided in bar 2, but not in bar 1 (I want them both subdivided as
> in bar 2)?
>
> \version "2.15.26"
> \relative c'' {
>  \time 3/4
>  \set subdivideBeams = ##t
>  \set baseMoment = #(ly:make-moment 1 8)
>  c16[ c c c] c[ c c c] \times 2/3 {c16 c c c c c}
>  c16[ c c c] \times 2/3 {c16 c c c c c} c16[ c c c]
> }
>

Hi,

I'd say this is the same issue as what I reported today:
http://lists.gnu.org/archive/html/bug-lilypond/2012-01/msg00837.html

Cheers,
Xavier

-- 
Xavier Scheuer 

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


subDivideBeams issue

2012-01-21 Thread Damian leGassick
Hi

can someone explain why in the following the triplet beams are subdivided in 
bar 2, but not in bar 1 (I want them both subdivided as in bar 2)?

\version "2.15.26"
\relative c'' {
  \time 3/4
  \set subdivideBeams = ##t 
  \set baseMoment = #(ly:make-moment 1 8)
  c16[ c c c] c[ c c c] \times 2/3 {c16 c c c c c}
  c16[ c c c] \times 2/3 {c16 c c c c c} c16[ c c c]
}

thanks

Damian

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user