%
% [EMAIL PROTECTED]

\version "2.7.40"

\header { texidoc = "
\hcenter-in gives unpredictable results if used with PianoStaff.
" }


\paper {
  indent = 50.0\mm
  line-width = 80.0\mm
}

\score { <<
  \new StaffGroup <<
    \new Staff {
      \set Staff.instrument = \markup { \hcenter-in #15 "Fooooooo" }
      c''
    }
    \new Staff {
      \set Staff.instrument = \markup { \hcenter-in #15 "Foo" }
      c''
    }
  >>

  \new PianoStaff <<
    \set PianoStaff.instrument = \markup { \hcenter-in #15 "Baaaar" }
    \new Staff {
      c''
    }
    \new Staff {
      c''
    }
  >>
>> }

% EOF

PNG image

_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to