lilypond-user
[Top][All Lists]
Advanced

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

Re: using \markup to display short rhythms


From: Joshua Nichols
Subject: Re: using \markup to display short rhythms
Date: Sat, 29 Nov 2014 10:06:14 -0600

> 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 <address@hidden> wrote:
I think it's { \markup { \score { } } } you're looking for.

HTH
Urs

Am 29. November 2014 05:02:41 MEZ, schrieb Joshua Nichols <address@hidden>:
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
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user


reply via email to

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