Hi Adam,
Please construct a minimal example. Do you need all those \overrides?
Do you need the manual beaming? The multiple staves? By "minimal", I
mean "anything that can be gotten rid of, while still demonstrating the
bug". There are more hints here:
http://lilypond.org/web/devel/participating/bugs
Cheers,
- Graham
Adam Wilson wrote:
I'm not top posting.
%% Full measure rests are not compressing along with music passed to the
%% compressMusic function. Note that replacing "\time 3/8" with "\time 1/6"
%% in the second staff of the example below sidesteps the problem.
\version "2.11.33"
\paper {
ragged-right = ##t
}
\layout {
\context { \Score
\remove "Timing_translator"
\remove "Time_signature_engraver"
\remove "Default_bar_line_engraver"
\override SpacingSpanner #'uniform-stretching = ##t
\override SpacingSpanner #'strict-note-spacing = ##t
proportionalNotationDuration = #(ly:make-moment 1 64)
}
\context { \Staff
\consists "Timing_translator"
\consists "Time_signature_engraver"
\consists "Default_bar_line_engraver"
}
}
global = { \set Timing.defaultBarType = ""
\repeat unfold 4 { s4. } \bar "" \break
}
\new Score { <<
\new StaffGroup { <<
\new Staff <<
\global
{
\time 3/8
\repeat unfold 2 { R4. \bar "|" c'8[c'8 c'8] \bar "|" }
}
>>
\new Staff <<
\global
{
\compressMusic #'(4 . 9) {
\time 3/8
%\time 1/6
\set Staff.timeSignatureFraction = #'(3 . 8)
\repeat unfold 3 { R4. \bar "|" c'8[c'8 c'8] \bar "|" R4.
\bar "|"}
}
}
>>
>> }
}
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond