lilypond-user
[Top][All Lists]
Advanced

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

Re: Two systems in one line


From: Francisco Vila
Subject: Re: Two systems in one line
Date: Mon, 14 Sep 2009 10:37:19 +0200

2009/9/14 Jörg Krause <address@hidden>:
> 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




reply via email to

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