Difference between revisions of "User:Jacques Ducloy/Test/Score"

From Wicri Music
imported>Jacques Ducloy
imported>Jacques Ducloy
Line 2: Line 2:
  
  
<score>\relative c'' { \time 4/4 \key c \major  
+
<score vorbis="1">\relative c'' { \time 4/4 \key c \major  
 
c4 g8 g a4 g r b^> c^> r \bar "|." }  
 
c4 g8 g a4 g r b^> c^> r \bar "|." }  
 
\addlyrics { Shave and a hair -- cut: two bits. }</score>
 
\addlyrics { Shave and a hair -- cut: two bits. }</score>

Revision as of 12:21, 8 August 2017


\relative c'' { \time 4/4 \key c \major 
c4 g8 g a4 g r b^> c^> r \bar "|." } 
\addlyrics { Shave and a hair -- cut: two bits. }



  <<
    \new Staff {
      \set Staff.vocalName = \markup \smallCaps Salieri
      \new Voice = "sal" {
        \relative c {
         \key c \minor
          \clef "bass"
          \time 4/4
          \autoBeamOff
          r2 bes'4 g8 f8 ees8 r8 ees4 d8 ees8 g8 ees8 c4 r4 r4 
          ees4 d8 ees f g bes4 aes8 r8 r4 f8 g8 aes4 r4 
          c bes8 aes8 g4 f8 r8 r2 aes8 aes8 g f ees4 d8 r8 r2
          r8 g8 ees f g4. g8 | bes aes g f e4 f8 r8 |
          r8 g c bes a g g r | r a a8. d16 d4 g,8 r8 |
        }
      }
    }
      \new Lyrics  \lyricsto "sal" {
         Все го -- во -- рят нет пра -- вды на зем -- ле.
         Но пра -- вды нет и вы -- ше. Для ме -- ня
         Так э -- то я -- сно, как п -- рос -- тая гам -- ма.
         Ро -- дил -- ся я с'лю -- бо -- ви -- ю к искус -- ству;
         Ре -- бен -- ком бу -- ду -- чи, ког -- да вы -- со -- ко
      }
     \new Lyrics  \lyricsto "sal" {
     \override LyricText.font-shape = #'italic
          Fsie ga -- va -- riát: nyet prá -- vdy na ziem -- lié.
          No prá -- vdy niet i vý -- she. Dlia mie -- ñiá
          tak e -- ta i -- ásna, kak p -- ras -- táia gám -- ma.
          Ra -- díl -- s´a ia s'liu -- bó -- vi -- u k iskús -- stvu; 
          rie -- bión -- kam bú -- du -- chi, kag -- dá vy -- só -- ka
      }
      \new Lyrics  \lyricsto "sal" {
        Some peo -- ple say there is no right on earth.
        Not in the hea -- vens, nei -- ther! This to me
        Ap -- pears as clear as a -- ny sim -- ple sca -- le.
        I came in -- to this worl -- d in love with art.
        Yet on a child -- hood day, when in the heigh -- ts
      }
      \new Lyrics  \lyricsto "sal"  {
        On dit par -- tout pas de jus -- tice sur Terre
        Pire pas de jus -- tice aux cieux C'est pour moi
        Aus -- si é -- vi -- dent que de jou -- er  une gamme.
        Je suis né, moi, a -- vec  un a -- mour de l'art.
        É -- tant pe -- tit en -- fant, lorsque dans les hau -- teurs  
      }


  >>