[prev in list] [next in list] [prev in thread] [next in thread] 

List:       lilypond-user
Subject:    Re: tempo
From:       Mario Moles <mario.moles73 () gmail ! com>
Date:       2021-05-24 6:10:50
Message-ID: 6ba885e7-63a4-5509-9bdd-54b98b9d83bc () gmail ! com
[Download RAW message or body]

But... with lyx-latex dont work...🙁

Il 23/05/21 17:02, Thomas Morley ha scritto:
> Am So., 23. Mai 2021 um 10:31 Uhr schrieb Mario Moles <mario.moles73@gmail.com>:
>> Yes, I saw! Thank you. But I have to figure out how to enter these commands:
>> \override Flag.stencil = #old-straight-flag
>> \override NoteHead.transparent = ##t
>>
>> Il giorno sab 22 mag 2021 alle ore 18:22 Mark Stephen Mrotek <carsonmark@ca.rr.com> ha scritto:
>>> Mario,
>>>
>>> Look at
>>> https://lsr.di.unimi.it/LSR/Item?id=574
>>>
>>> Mark
>>>
>>> -----Original Message-----
>>> From: lilypond-user
>>> [mailto:lilypond-user-bounces+carsonmark=ca.rr.com@gnu.org] On Behalf Of
>>> Mario Moles
>>> Sent: Saturday, May 22, 2021 1:35 AM
>>> To: lilypond-user@gnu.org
>>> Subject: tempo
>>>
>>> Hi lilyponders!
>>>
>>> How to make this? Like \markup ? Or other?
>>>
>>> Thanks
>>>
>>>
> I'd rather go for
> https://lsr.di.unimi.it/LSR/Item?id=1029
> ->
>
>
> #(define-markup-command (ezscore layout props mus) (ly:music?)
>    #:properties ((size 0))
>    (interpret-markup layout props
>      #{
>        \markup {
>          \score {
>            \new RhythmicStaff { $mus }
>            \layout {
>              \context {
>                \RhythmicStaff
>                \remove Clef_engraver
>                \remove Time_signature_engraver
>                \omit StaffSymbol
>                fontSize = #size
>                \override StaffSymbol.staff-space = #(magstep size)
>                \override StaffSymbol.thickness = #(magstep size)
>              }
>              indent = 0
>            }
>          }
>        }
>      #}))
>
> \markup \concat {
>        \fontsize #3 "("
>        \override #'(size . -3)
>        \ezscore
>          ##{ \omit NoteHead \override Flag.stencil = #old-straight-flag b8 #}
>        "="
>        \override #'(size . -3)
>        \ezscore ##{ b4 #}
>        \hspace #0.3
>        \fontsize #3 ")"
> }
>
>
> Cheers,
>    Harm

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic