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

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

Re: paroles sous une portée de piano


From: Martial R
Subject: Re: paroles sous une portée de piano
Date: Mon, 9 Jan 2023 18:09:23 +0100

Version 2

%%%%%%%%%%%%%%%%%%%ù
\version "2.24.0"


global = {
 \key c \major
 \time 4/4
}

right = \relative c'' {
 \global
 % En avant la musique !
 g4 g g g
}

left = \relative c' {
 \global
 % En avant la musique !
 c,1
}

paroles =  \lyricmode { que des mot }


\score {
 \new PianoStaff \with {
  instrumentName = "Piano"
 } <<
  \new Staff \with {
   midiInstrument = "acoustic grand"
  } \new Voice = "right" \right

   \new Lyrics  \lyricsto "right" \paroles

\new Staff = "left" \with {
   midiInstrument = "acoustic grand"
  } { \clef bass \left }

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

Le lun. 9 janv. 2023 à 17:55, Martial R <martialr@gmail.com> a écrit :
>
> Bonjour
>
> Version 1
> %%%%%%%%%%%%%%%%%%ù
> \version e2.24.0"
>
> global = {
>  \key c \major
>  \time 4/4
> }
>
> right = \relative c'' {
>  \global
>  % En avant la musique !
>  g4 g g g
> }
>
> left = \relative c' {
>  \global
>  % En avant la musique !
>  c1
> }
>
> \score {
>  \new PianoStaff \with {
>   instrumentName = "Piano"
>  } <<
>   \new Staff = "right" \with {
>    midiInstrument = "acoustic grand"
>   } \right
>
>   \addlyrics {  que de pa -- rol' }
>
>   \new Staff = "left" \with {
>    midiInstrument = "acoustic grand"
>   } { \clef bass \left }
>  >>
>  \layout { }
>  \midi {
>   \tempo 4=100
>  }
> }
> %%%%%%%%%%%%%%%
>
> Le lun. 9 janv. 2023 à 16:58, Christian LE BARS
> <christian@le-bars.net> a écrit :
> >
> > bonjour a tous.
> >
> > je cherche dans la doc comment écrire des paroles sous la main droite du
> > piano (clé de sol)
> >
> > cela fait plus d'1 heure que je cherche dans la doc. et je ne trouve pas!
> >
> > bonne journée a tous.
> >
> >   Christian
> >
> >
> >
>
>
> --
> Martial Rameaux



-- 
Martial Rameaux



reply via email to

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