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

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

Re: diagramme et nom d'accord


From: Schneidy
Subject: Re: diagramme et nom d'accord
Date: Fri, 11 Apr 2014 07:03:46 -0700 (PDT)

Bonjour Jean-Pierre,

En \markup tout est possible mais c'est un peu fastidieux.
Si l'on reprend cet exemple :
http://www.lilypond.org/doc/v2.19/Documentation/snippets/fretted-strings#fretted-strings-how-to-change-fret-diagram-position

ça donnerait :

%%%%%%%%%%%%%%%%%%%%%%%%%%%
\version "2.19.2"

\score {
  <<
     \context Staff {
        a8 ^\markup\center-column { 
            \fret-diagram  #"6-x;5-0;4-2;3-0;2-0;1-2;" 
            \vspace #.3 \concat\huge\sans { "A" \raise #1 \small { "9"
\hspace #.4 "13" } }
          }
       b4.~ ^\markup\center-column { 
            \fret-diagram  #"6-x;5-2;4-4;3-2;2-2;1-4;"
            \vspace #.3 \concat\huge\sans { "B" \raise #1 \small { "9"
\hspace #.4 "13" } }
          }
       b4. a8
     }
  >>
  \layout {
    ragged-right = ##f
  }
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%



--
View this message in context: 
http://lilypond-french-users.1298960.n2.nabble.com/diagramme-et-nom-d-accord-tp7581136p7581149.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]