Re: SpanBar - the problem still exists

2013-03-13 Thread David Kastrup
Colin Hall writes: > Colin Hall writes: > >> Karol Majewski writes: >> >>> Hi, >>> >>> Issue 3203 isn't fully solved. There is no SpanBar when including centered >>> dynamics: >>> >>> \version "2.17.14" >>> \new PianoStaff<< >>> \new Staff { c''1 c''1 } >>> \new Dynamics { s1 s1 \f } >>> \n

Re: SpanBar - the problem still exists

2013-03-13 Thread Colin Hall
Colin Hall writes: > Karol Majewski writes: > >> Hi, >> >> Issue 3203 isn't fully solved. There is no SpanBar when including centered >> dynamics: >> >> \version "2.17.14" >> \new PianoStaff<< >> \new Staff { c''1 c''1 } >> \new Dynamics { s1 s1 \f } >> \new Staff { c''1 c''1 } >> >> K

Re: SpanBar - the problem still exists

2013-03-13 Thread Colin Hall
Karol Majewski writes: > Hi, > > Issue 3203 isn't fully solved. There is no SpanBar when including centered > dynamics: > > \version "2.17.14" > \new PianoStaff<< > \new Staff { c''1 c''1 } > \new Dynamics { s1 s1 \f } > \new Staff { c''1 c''1 } >>> > > Karol The fix for this recent proble

Re: SpanBar - the problem still exists

2013-03-13 Thread David Kastrup
Karol Majewski writes: > Hi, > > Issue 3203 isn't fully solved. There is no SpanBar when including centered > dynamics: > > \version "2.17.14" > \new PianoStaff<< > \new Staff { c''1 c''1 } > \new Dynamics { s1 s1 \f } > \new Staff { c''1 c''1 } >>> And yes, it is the "cleanup" commit from

SpanBar - the problem still exists

2013-03-13 Thread Karol Majewski
Hi, Issue 3203 isn't fully solved. There is no SpanBar when including centered dynamics: \version "2.17.14" \new PianoStaff<< \new Staff { c''1 c''1 } \new Dynamics { s1 s1 \f } \new Staff { c''1 c''1 } >> Karol ___ bug-lilypond mailing list bug-

Re: Increased tuplet number font size causes collision

2013-03-13 Thread Marek Klein
Hello, 2013/3/13 m...@mikesolomon.org > \relative c' { > \override TupletNumber.font-size = #10 > \times 2/3 { d d d } > } > > Ideally, the tuplet number should avoid the collision by shifting up. The > bracket should shift up as well. > This is currently difficult, as the TupletNumber is a

Re: Manual beaming over rests and vertical spacing problem

2013-03-13 Thread Marek Klein
Hello, 2013/3/10 Clément > Using oneVoice position (or indirectly, partcombineApart) while making a > beam go > over a rest destroys vertical alignment in a staff. > > Thank you for the report. This has been added as http://code.google.com/p/lilypond/issues/detail?id=3242 Marek bug squad member

Increased tuplet number font size causes collision

2013-03-13 Thread m...@mikesolomon.org
\relative c' { \override TupletNumber.font-size = #10 \times 2/3 { d d d } } Ideally, the tuplet number should avoid the collision by shifting up. The bracket should shift up as well. This is currently difficult, as the TupletNumber is a child of the tuplet bracket and therefore dependent o