lilypond-user
[Top][All Lists]
Advanced

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

Re: Triplet notes with brackets and numbers within a footnote


From: David Kastrup
Subject: Re: Triplet notes with brackets and numbers within a footnote
Date: Fri, 05 Mar 2021 15:14:17 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

田村淳 <j.tamura@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

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