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

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

Re: sorite MIDI d'un modèle de partition


From: Philippe Neyrat
Subject: Re: sorite MIDI d'un modèle de partition
Date: Wed, 28 Feb 2018 15:18:29 +0100

Bonjour,

Peut-être parce qu'il n'y a pas de score concernant le trio et la coda ?
Peut-être que lilypond crée le layout par défaut ?

Et il n'y a pas de musique dans la Coda...

Ici, ça génère trois fichiers midi :
(j'ai rajouté des notes pour qu'on entende quelque chose...)

******************************************************************
\version "2.18.2"
#(allow-volta-hook "|")
#(allow-volta-hook "||")
voltaPourSuivre = \markup\text "Pour suivre"
voltaPourTrio = \markup\text "Pour Trio"
\header {
  title = "INDIFFERENCE"
  instrument = "Accordéon"
  composer = "Joseph Colombo & Tony Murena"


}

global = {
  \key g \major
  \time 3/4 \tempo "T° di Valse lente"
}

right = \relative c'' { \global c4. d e f g a b c }

left = \relative c' { \global }

\score {
  \new PianoStaff
  <<
    \new Staff = "right" \with { midiInstrument = "accordion" } \right
\new Staff = "left" \with { midiInstrument = "accordion" } { \clef bass \left }
  >>
  \layout { }
  \midi { \tempo 4=100 }
}

\score {
  \new GrandStaff \with { instrumentName = "TRIO" }
  <<
  \new Staff
  \relative c' { \key f\major  \time 3/4 \tupletUp }
  \new Staff
  \relative c' { \clef F \key f\major f,,4 f f }
  >>

  \layout { }
  \midi {
    \tempo 4=100
  }
}
\score {
  \new GrandStaff
  <<
  \new Staff { \key g\major  \time 3/4 c16. d e f g a b c }
  \new Staff { \clef F \key g\major }
  >>

  \layout { }
  \midi {
    \tempo 4=100
  }
}

********************************************************************

Hope this helps...

Philippe


Le 28/02/2018 à 14:36, gegeours a écrit :
Bonjour à tous,

J'ai un problème de sortie MIDI avec le modèle de partition que vous
trouverez ici :

http://lilybin.com/brjfg7/1

Il me lit la première partie en MIDI mais pas e TRIO et la CODA ?

Comment puis-je faire.

Merci d'avance pour votre aide.



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

_______________________________________________
liste de diffusion lilypond-user-fr
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user-fr



--
Propulsé par l'Association Sud-Ouest.org
Plateforme Libre d'hébergement mail à prix libre
    https://www.sud-ouest.org



reply via email to

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