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

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

Re: Markup et glyphes


From: Jean-Jacques gerbaud
Subject: Re: Markup et glyphes
Date: Thu, 23 May 2013 00:35:50 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130510 Thunderbird/17.0.6

Le 23/05/2013 00:22, Pierre Perol-Schneider a écrit :
http://lsr.dsi.unimi.it/LSR/Search?q=coda

Bonne nuit,
Pierre


Le 23 mai 2013 00:11, Daniel PEZ <address@hidden> a écrit :

  Bonsoir,

J'ai sans doute mal cherché, mais je ne trouve pas comment mélanger du
texte avec des glyphes.
je voudrais pouvoir écrire (sur 2 lignes):" dal (glyphe *Coda*) al
(glyphe *Segno*)

          poi segue"
Merci de m'éclairer...

pierre Perol-Schneider t'a déjà répondu mais voilà une autre possibilité :

\version "2.17.7"

\score {
<<
        \new Staff { c''1 c'' }
        \new Staff {
        c'1 c \mark \markup \column {"Dal Coda al Segno" "e poi segue" }
        }
        >>
        
\layout {
\context {
        \Score
        \remove "Mark Engraver"
        \remove "Staff_collecting_engraver"
        }
\context {
        Staff
        \consists "Mark Engraver"
        \consists "Staff_collecting_engraver"
        }
    }
}


--
JJG

Linux ? Y a moins bien mais c'est plus cher !
http://www.radiosuisseclassique.ch/fr



reply via email to

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