lilypond-user
[Top][All Lists]
Advanced

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

Re: score imbedded in markup text (in-line)


From: Graham Percival
Subject: Re: score imbedded in markup text (in-line)
Date: Sun, 30 Sep 2007 12:49:07 -0700
User-agent: Icedove 1.5.0.12 (X11/20070607)

Sorry, I read it too quickly. The results are a little bit better if you use \line instead of \fill-line, but I agree that there's still too much space between the elements.

I really recommend using minimal examples, with correct indentation, though. This makes it much easier to see what's happening and to investigate the problem. The example below has all the important features of your example, but it's quicker to understand the snippet.

Cheers,
- Graham


%  the music should be closer to the "foo"
snip = \markup {
    \score
    { \new Staff \with {
        \remove Time_signature_engraver
        firstClef = ##f
        }
        {  << c''4\\ a' >> }
        \layout { ragged-right = ##t }
        }
}
\markup {
  \line{
    foo
    \snip
  }
}




reply via email to

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