田村淳 <j.tam...@me.com> writes:

> Hello,
>
> Is there any easy way to have something like below? I mean in-line
> triplet notes with brackets and numbers within a footnote. I think
> that I saw something like that in LSR before but I cannot find it.

Something like this?

rhythm = \markup \score {
  \new RhythmicStaff \with { \override StaffSymbol.line-count = #0
			     \remove "Time_signature_engraver"
			     \remove "Clef_engraver"
			   }
  {
    \tuplet 3/2 4 { d''4\rest 8 4 8 }
  }
  \layout { indent = 0
	    first-indent = 0
	    #(layout-set-staff-size 12)
	  }
}
  


\markup { Als Triolen ( \rhythm ) auszuführen. }

-- 
David Kastrup

Reply via email to