lilypond-user
[Top][All Lists]
Advanced

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

Re: Music Fragments, HOWTO


From: Rune Zedeler
Subject: Re: Music Fragments, HOWTO
Date: Tue, 03 Jul 2007 16:47:34 +0200
User-agent: Thunderbird 1.5.0.12 (X11/20070604)

Francois Planiol-Auger skrev:

I would be pleased to know how to put more short fragments on one line,


\version "2.10.25"

musa = \markup \score {
  { c d e f }
  \layout{ ragged-right = ##t }
}

musb = \markup \score {
  << \new Staff { c' d' e' f' } \new Staff { c' d' e' f' } >>
  \layout{ ragged-right = ##t }
}

musc = \markup \score {
  { c d e f c' d' e' f' }
  \layout{ ragged-right = ##t }
}

\markup \line {
  \musa
  \musb
  \musc
}




reply via email to

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