bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Issue 432 in lilypond: odd layout when Mar_engraver is moved into Staff


From: codesite-noreply
Subject: Issue 432 in lilypond: odd layout when Mar_engraver is moved into Staff
Date: Wed, 24 Oct 2007 13:16:23 -0700

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]