lilypond-user-fr
[Top][All Lists]
Advanced

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

Re: écrire un rythme dans un markup


From: Eluze
Subject: Re: écrire un rythme dans un markup
Date: Wed, 27 Nov 2013 02:11:32 -0800 (PST)

Loïc A. Chahine wrote
> Bonjour à tous,
> 
> J'aimerais écrire un rythme 8. 16 dans un bout de texte (markup). J'ai 
> bien trouvé la fonction \note #"4" #UP, mais si j'écris \note #"8." #UP 
> \note #"16" #UP, évidemment il y a pas de ligature, or j'aimerais qu'il 
> y en ait. Comment puis-je faire ?

il y a peut-être plus facile, mais voilà une possibilité (chipée dans
http://lsr.dsi.unimi.it/LSR/Item?id=204):

{
  a'4 ^\markup
  \score{
    {\autoBeamOff a'8.~a'16}
    \layout{
      indent=0
      \context{
        \Staff
        \remove Clef_engraver
        \remove Time_signature_engraver
        \override StaffSymbol #'line-count = #0
      }
    }
  }
}

Eluze



--
View this message in context: 
http://lilypond-french-users.1298960.n2.nabble.com/ecrire-un-rythme-dans-un-markup-tp7580620p7580621.html
Sent from the LilyPond French Users mailing list archive at Nabble.com.



reply via email to

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