Issue 432: odd layout when Mar_engraver is moved into Staff
http://code.google.com/p/lilypond/issues/detail?id=432

Comment #2 by trevorbaca:
And this seems to be the same problem that Adam has been reporting, too. Adam's example (pasted here) isn't minimal, but I thought it was important to include here
since different users are reporting in different contexts.


%%% BEGIN %%%

\version "2.11.34"

\layout {

   \context { \Score

       \remove "Break_align_engraver"

       \remove "Mark_engraver"
       \remove "Bar_number_engraver"
       \remove "Metronome_mark_engraver"
       \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 "Break_align_engraver"

       \consists "Timing_translator"
       \consists "Mark_engraver"
       \consists "Time_signature_engraver"
       \consists "Default_bar_line_engraver"

   }

}


\new Score <<

\new StaffGroup <<

\new Staff {

   \set Timing.defaultBarType = ""

   \bar "|"  \mark \default
   \clef treble
   \time 2/16
   c'16[ c'16]

  \bar "|"  \mark \default
   \clef treble
   \time 3/16
   c'16[ c'16 c'16]

   \bar "|"  \mark \default
   \clef bass
    \time 3/32
    c'16 c'32

     \bar "|"

}

\new Staff {

   \bar "|"  \mark \default
   \clef treble
   \time 3/16
   c'16[ c'16 c'16]

  \bar "|"  \mark \default
   \clef treble
   \time 2/16
   c'16[ c'16]

   \bar "|"  \mark \default
    \time 3/32
    c'16 c'32

   \bar "|"

}




%%% END %%%


Trevor.




--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to