Will Oram <[EMAIL PROTECTED]> writes:

> \new Staff {
>                       \set Staff.instrument = \markup { "Flauti" }
>                       \set Staff.instr = \markup { Fl. }
>                       \set Staff.midiInstrument = #"flute"
>                       \barlines
>                       \new Voice { \Flute }
>               }
> [...]
> Originally, the music and \barlines would tie in
> perfectly. With the changes in definition, lilypond now
> puts \barlines in front in the form of white space, and
> then the music follows normally. Any recommendations as to
> how to avoid this problem?

The \barlines and the \Flute are placed sequentially in the
new version, which sounds like a reason.  Use << >>.
-- 
Feri.


_______________________________________________
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to