bug-lilypond
[Top][All Lists]
Advanced

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

\hcenter-in problems


From: Werner LEMBERG
Subject: \hcenter-in problems
Date: Thu, 23 Mar 2006 17:01:22 +0100 (CET)

%
% address@hidden

\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


reply via email to

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