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

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

Re: grille harmonique 100% Lilypond (suite)


From: NOreply
Subject: Re: grille harmonique 100% Lilypond (suite)
Date: Sun, 27 Oct 2019 01:24:20 -0700 (MST)

Bonjour,
Il est tout à fait possible d'utiliser lilyjazz dans Lilybin. Voici un
exemple:  http://lilybin.com/1uifdn/1
%%%%%%%%%%%%%%%
\version "2.19.48"
#(set-global-staff-size 16) 
%----------------------------------------------
\paper 
 {
  oddFooterMarkup = \markup {\override #'(font-name .
"LilyJAZZText")\fontsize #3 \fill-line { \fromproperty #'header:title  } }
  print-page-number = ##t  
 
   % ------ ecriture Jazz  ------
     #(define fonts
     (set-global-fonts
      #:music "lilyjazz"
      #:brace "lilyjazz"
      #:roman "lilyjazz-text"
      #:sans "lilyjazz-chord"
      #:factor (/ staff-height pt 20)
      ))
 }
 %----------------------------------------------
Global=
{
 \numericTimeSignature 
 \set Score.markFormatter = #format-mark-box-alphabet
 \time 4/4
 \key d\major
}
%------------------------------------
LesAccords =
\chords 
  {
   \override ChordNames.ChordName.font-name = "musejazz"
   \override ChordNames . ChordName #'font-size = #1
   \set chordChanges = ##t 
   \set Score.majorSevenSymbol = \markup {Maj7}
   \set chordNameSeparator = \markup { "/" }
   \set minorChordModifier = \markup{"-"}
    d2 b:m 
  }
 %---------------------------------------
 guitare = 
 \relative c
 {
  \Global  
  \improvisationOn
   g'8^\markup \fret-diagram #"6-x;5-o;4-o;3-2;2-3;1-2;" 
   g g g g ^\markup \fret-diagram# "6-2;5-2;4-4;3-4;2-3;1-2;"
 
  \improvisationOff
 }
%------------------------------------
\score
{
  <<
    \LesAccords
     \new Staff
      \with   {\override StringNumber.stencil = ##f }
       {       
        \clef "G_8" 
        \guitare 
       }

    >>
  \layout {}  
}

% ; )




--
Sent from: http://lilypond-french-users.1298960.n2.nabble.com/



reply via email to

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