> I think it's { \markup { \score { } } } you're looking for.

Yes. I know of this. Perhaps is there a simpler way than this?:

\version "2.18.2"


stencilF = {

\override Score.BarLine.stencil = ##f

\override Staff.Clef.stencil = ##f

\override Staff.TimeSignature.stencil = ##f

\override Score.BarLine.stencil = ##f

\stopStaff

}


\markup { blah \score{ \new Voice { \stencilF \repeat unfold 4 { c''8} }
\layout {indent = 0\in} } blah }


Thanks.

IC,

Josh

On Sat, Nov 29, 2014 at 12:41 AM, Urs Liska <u...@openlilylib.org> wrote:

> I think it's { \markup { \score { } } } you're looking for.
>
> HTH
> Urs
>
> Am 29. November 2014 05:02:41 MEZ, schrieb Joshua Nichols <
> josh.d.nich...@gmail.com>:
>>
>> Has anyone used \markup (or know of a way to use \markup) to create
>> beamed rhythms? I imagine being able to do this:
>>
>> \markup { \note #"8[ 8 8 8]" #UP }
>>
>> I checked a cursory search for it on the interwebs. Alas, no immediate
>> luck.
>>
>> Thanks,
>>
>> Josh
>>
>> ------------------------------
>>
>> lilypond-user mailing list
>> lilypond-user@gnu.org
>> https://lists.gnu.org/mailman/listinfo/lilypond-user
>>
>>
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to