2009/9/14 Jörg Krause <[email protected]>:
> Hello to all,
>
> I am working with very small scores of 2 beams. I want to put two of those
> scores into one line, each of them in a separate system. This means, that in
> the line, a new system has to begin, separated from the first one by a
> little horizontal space. How could I do that in lilyPond?
>
> Thanks for all suggestions.
Use \markup { \line { ... this way:
\markup {
\line {
\score { \new StaffGroup << \new Staff { c'1 } \new Staff { c'1 } >>
\layout {} }
\score { \new GrandStaff << \new Staff { c'1 } \new Staff { c'1 } >>
\layout {} }
}
}
--
Francisco Vila. Badajoz (Spain)
www.paconet.org
www.csmbadajoz.com
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user