Ligne de changement de portée

3 messages Options
Embed this post
Permalink
Jean Gautier

Ligne de changement de portée

Reply Threaded More More options
Print post
Permalink
Some javascript/style in this post has been disabled (why?)
Vierge
Bonjour à tous,
 
C'est encore moi au sujet  de ma partition, j'ai essayé de faire les l'applications de Martial,que je remercie au passage, mais je m'y perds;
aussi je joins  une image jpg de la page que je dois recopier.
Cela concerne la Coda à partir de la mesure 39 qui impose un changement de lecture pour la main gauche, repérée par une ligne, et avec des modifications sur les accords.
Sur la partition cela paraît simple ! Mais il y a quelque chose qui m'intrigue, après la mesure 44, il n'y a plus de ligne de changement, alors qu'à la mesure 45, on retrouve la main gauche en clé de Fa.?
Mais peut être y a-t-il une façon plus simple pour écrire cela.
Merci de votre aide, bonnes vacances à ceux qui partent.
 
Jean.
 

 



[BALLADE IRLANDAISE.ly]

\version "2.10.16"
#(set-global-staff-size 16)
\paper {
    page-count = 1
    top-margin = 0\mm
     ragget-last-bottom = ##f
     }
\header {  
   title =  \markup\fill-line\bold { \fontsize #2 \with-color #darkcyan "BALLADE IRLANDAISE"}   % mettre  le titre de la partition
   subtitle = "(Un oranger...) "
   composer = " Musique de Emile STERN "
   
    poet = "Paroles de Eddy MARNAY"  
 
    copyright = " Jean GAUTIER-BARILLÉ (01.07.2009)"
}
upper = \relative c'' {
    \clef treble
    \key d \major
    \time 3/4
     \override Score.MetronomeMark #'padding = #2 % pour remonter l'indication du tempo
    \tempo 4 = 108
  \set fingeringOrientations = #'(right)
    % première portée 1    
    a4_2 d-5 d,^\markup { \finger "1-4" }    
    <<{e-5 d-4 e-5} \\{gis,2-1 g4-1}>>
    <<{d'2.-4( } \\{fis,-1(}>>
    <<{d'2.) } \\{fis,)}>> \bar"||" \break
   
    % deuxième portée 5  
        \mark \markup { \musicglyph #"scripts.segno" }
     a'4._4 (
    b8 -5 a4-4
    d,4.-1 fis8-2 a4-3
    d4._\markup { \finger "5-4" } e8-5 d4-4
    b2-2) r4 \break
   
    %troisième portée 9
   
    a4-1(d-5 a-3
    fis-2 e-1 d-2
    e-3 b-1 d-4
    cis-3 b-2 a-1) \break
   
    %quatrième portée 13
   
    a'4.-4( b8-5 a4-4
    d,4.-1 fis8-2 a4-3
    d4.-\markup { \finger "5-4" } e8-5 d4-4
    b2.-2) \break
   
    %cinquième portée 17
    a4-1( d-5 d,-1
    e-2 d-1 ^"AL CODA" <cis-2 e-4>4  \mark \markup { \musicglyph#"scripts.coda" }\bar"||"
    d2.-3_~
    d)\break
   
    %sixième portée 21
    b'8-3(b b4 cis-4
    d2-5 b4-3)
    a8-2(a a4 cis4-4
    d2-5 a4-2)\break
   
    %septième portée 25
    g-1( g b
    a2-2 g4-1
    fis2.-2(
    fis)) \break
   
    %huitième portée 29
    b8-3(b b4 cis
    d2-5 b4-3)
    a8-3(a a4 cis-4
    d2-5 a4-2) \break
   
    %neuvième portée 33
   
    d-5( d-4 cis-3
    b-2 cis-3 d-4
    e2.-5_~
    e2) r4 \segno
   
    \bar"||"\break
   
    %dixième portée 37
  \mark \markup { \musicglyph#"scripts.coda" }
    d,2._3  (^"CODA"  
    d)    
    a'8-2 a a4 a
    a2-3 a4\break
   
    %onzième portée 41
    a8-2 a a4 a
    a2-3 a4
    a a a
    a cis e \break
   
    %douxième portée 45
    <<{ d2.-4( }\\{ a4.-1 b8-2 a4}>>
    <<{ d2.-4)( }\\{ a4.-1_\markup { \italic "Smorzando" } b8-2 a4}>>
    <<{ d2.-4)( }\\{ a4.-1 _\markup { \italic "rall." } b8-2 a4}>>
    <<{ d2.-4) }\\{ <fis, a>2.}>>\bar"|."    
}
 
lower = \relative c {
    \clef bass
    \key d \major
    \time 3/4
    \set fingeringOrientations = #'(right)
   
    % première portée 1    
   <a-5 fis'-1>2 <b-4 fis'-1>4
   <e,-5 b'-1>2 a4-2
   <d,-5 a'-1>2 <d a'>4
   <d a'>2 <d a'>4
   
   %deuxième portée 5
   
   <<{ r4 a''2-1}\\{d,2.-5}>>
   <<{ r4 c'2-1}\\{d,2.-5}>>
   <<{ r4 d2-1}\\{g,2.-5}>>
   <<{r4 f'2-1}\\{gis,2.-4}>>
 
   %troisième portée 9
 
   <<{r4 fis'?2 -1}\\{a,2.-5}>>
   <<{r4 a'2-1}\\{b,2.-5}>>
   <<{r4 g'2-1}\\{e,2.-5}>>
   <<{r4 g'2-1}\\{a,2.-5}>>
   
   % quatrième portée 13
   <d,-5 a'-1>2 <d a'>4
   <d-5 a'-1>2 <d a'>4
   <g-5 d'-1>2 <g d'>4
   <gis-4 f'!-1>2 <gis f'>4
   
   %cinquième portée 17
   <a-5 fis'?-1>2 <b-4 fis'-1>4
   <e,-5 b'-1>2 <a-2 >4
   <d,-5 a'-1>2 <d a'>4
   <d a'>2 <d a'>4
   
   %sixième portée 21
   <<{r4 d''2-1}\\{g,2.-5}>>
    <<{r4 d'2-1}\\{g,2.-5}>>
   <<{r4 d'2-1}\\{g,2.-5}>>
   <<{r4 d'2-1}\\{g,2.-5}>>
   
   %septième portée
   <<{r4 b2-2}\\{e,2.-5}>>
   a4-3 cis-2 e-1
    d-2 a-5 d8-2 cis?-3
    c?4.-1 b8-2 a4-3
   
    %huitième portée 29
    <g,-5 d'-1>2 <g d'>4
    <g-5 d'-1>2 <g d'>4
    <fis-4 d'-1>2 <fis d'>4
    <fis-4 d'-1>2 <fis d'>4
   
    %neuvième portée 33
    b2-5 a'4-1
    gis2.-3
    g!4-4 b-2 d-1
    cis-3 d-2 e-1
   
    %dixième portée 37
    <d,,-5 a'-1>2 <d a'>4
    <d a'>2 <d a'>4
    \override Staff.Fingering #'minimum-space = #3
    <d-4 g-1>2.
    <cis-5 fis-2>2.
   
   
    %onzième portée41
    <g''-5 cis-2>2.
    <fis-5 d'-1>2.
    <cis'-4 fis-2>2.
    <cis-4 g'-1>2.
   
    %douzième portée 45
    <d,,-5 a'-1>2 <d a'>4
    <d-5 a'-1>2 <d a'>4
    <d-5 a'-1>2 <d a'>4
    <d-5 a'-1>2.


}

\score {
    \new PianoStaff <<
    \set PianoStaff.instrumentName = "Piano"
    \set fingeringOrientations = #'(right)
    \new Staff = "upper"\upper
    \new Staff = "lower"\lower
    >>
    \layout {}
        \midi {
        \context { \Score tempoWholesPerMinute = # (ly:make-moment 108 4)
} % fin du context}
        }
              }



_______________________________________________
liste de diffusion lilypond-user-fr
[hidden email]
http://lists.gnu.org/mailman/listinfo/lilypond-user-fr

=?iso-8859-1?Q?Ligne_de_Changement_de_port=E9e=282=29.jpg?= (32K) Download Attachment
Martial-2

Re: Ligne de changement de portée

Reply Threaded More More options
Print post
Permalink

> au sujet  de ma partition,  je m'y perds;

ci-joint

mis dans ta portée nommé lower
mesure 39
  \change Staff = "upper"
puis mesure 41
  \change Staff = "lower"
etc..


--
Martial



\version "2.10.16"
#(set-global-staff-size 16)
\paper {
    page-count = 1
    top-margin = 0\mm
     ragget-last-bottom = ##f
     }
\header {  
   title =  \markup\fill-line\bold { \fontsize #2 \with-color #darkcyan "BALLADE IRLANDAISE"}   % mettre  le titre de la partition
   subtitle = "(Un oranger...) "
   composer = " Musique de Emile STERN "
   
    poet = "Paroles de Eddy MARNAY"  
 
    copyright = " Jean GAUTIER-BARILLÉ (01.07.2009)"
}
upper = \relative c'' {
        \override Staff.NoteCollision  #'merge-differently-dotted = ##t
    \clef treble
    \key d \major
    \time 3/4
     \override Score.MetronomeMark #'padding = #2 % pour remonter l'indication du tempo
    \tempo 4 = 108
  \set fingeringOrientations = #'(right)
    % première portée 1    
    a4_2 d-5 d,^\markup { \finger "1-4" }    
    <<{e-5 d-4 e-5} \\{gis,2-1 g4-1}>>
    <<{d'2.-4( } \\{fis,-1(}>>
    <<{d'2.) } \\{fis,)}>> \bar"||" \break
   
    % deuxième portée 5  
        \mark \markup { \musicglyph #"scripts.segno" }
     a'4._4 (
    b8 -5 a4-4
    d,4.-1 fis8-2 a4-3
    d4._\markup { \finger "5-4" } e8-5 d4-4
    b2-2) r4 \break
   
    %troisième portée 9
   
    a4-1(d-5 a-3
    fis-2 e-1 d-2
    e-3 b-1 d-4
    cis-3 b-2 a-1) \break
   
    %quatrième portée 13
   
    a'4.-4( b8-5 a4-4
    d,4.-1 fis8-2 a4-3
    d4.-\markup { \finger "5-4" } e8-5 d4-4
    b2.-2) \break
   
    %cinquième portée 17
    a4-1( d-5 d,-1
    e-2 d-1 ^"AL CODA" <cis-2 e-4>4  \mark \markup { \musicglyph#"scripts.coda" }\bar"||"
    d2.-3_~
    d)\break
   
    %sixième portée 21
    b'8-3(b b4 cis-4
    d2-5 b4-3)
    a8-2(a a4 cis4-4
    d2-5 a4-2)\break
   
    %septième portée 25
    g-1( g b
    a2-2 g4-1
    fis2.-2(
    fis)) \break
   
    %huitième portée 29
    b8-3(b b4 cis
    d2-5 b4-3)
    a8-3(a a4 cis-4
    d2-5 a4-2) \break
   
    %neuvième portée 33
   
    d-5( d-4 cis-3
    b-2 cis-3 d-4
    e2.-5_~
    e2) r4 \segno
   
    \bar"||"\break
   
    %dixième portée 37
  \mark \markup { \musicglyph#"scripts.coda" }
    d,2._3  (^"CODA"  
    d)
    a'8-2 a a4 a
    a2-3 a4\break
   
    %onzième portée 41
    a8-2 a a4 a
    a2-3 a4
    a a a
    a cis e \break
   
    %douxième portée 45
    <<{ d2.-4( }\\{ a4.-1 b8-2 a4}>>
    <<{ d2.-4)( }\\{ a4.-1_\markup { \italic "Smorzando" } b8-2 a4}>>
    <<{ d2.-4)( }\\{ a4.-1 _\markup { \italic "rall." } b8-2 a4}>>
    <<{ d2.-4) }\\{ <fis, a>2.}>>\bar"|."    
}
 
lower = \relative c {
    \clef bass
    \key d \major
    \time 3/4
    \set fingeringOrientations = #'(right)
   
    % première portée 1    
   <a-5 fis'-1>2 <b-4 fis'-1>4
   <e,-5 b'-1>2 a4-2
   <d,-5 a'-1>2 <d a'>4
   <d a'>2 <d a'>4
   
   %deuxième portée 5
   
   <<{ r4 a''2-1}\\{d,2.-5}>>
   <<{ r4 c'2-1}\\{d,2.-5}>>
   <<{ r4 d2-1}\\{g,2.-5}>>
   <<{r4 f'2-1}\\{gis,2.-4}>>
 
   %troisième portée 9
 
   <<{r4 fis'?2 -1}\\{a,2.-5}>>
   <<{r4 a'2-1}\\{b,2.-5}>>
   <<{r4 g'2-1}\\{e,2.-5}>>
   <<{r4 g'2-1}\\{a,2.-5}>>
   
   % quatrième portée 13
   <d,-5 a'-1>2 <d a'>4
   <d-5 a'-1>2 <d a'>4
   <g-5 d'-1>2 <g d'>4
   <gis-4 f'!-1>2 <gis f'>4
   
   %cinquième portée 17
   <a-5 fis'?-1>2 <b-4 fis'-1>4
   <e,-5 b'-1>2 <a-2 >4
   <d,-5 a'-1>2 <d a'>4
   <d a'>2 <d a'>4
   
   %sixième portée 21
   <<{r4 d''2-1}\\{g,2.-5}>>
    <<{r4 d'2-1}\\{g,2.-5}>>
   <<{r4 d'2-1}\\{g,2.-5}>>
   <<{r4 d'2-1}\\{g,2.-5}>>
   
   %septième portée
   <<{r4 b2-2}\\{e,2.-5}>>
   a4-3 cis-2 e-1
    d-2 a-5 d8-2 cis?-3
    c?4.-1 b8-2 a4-3
   
    %huitième portée 29
    <g,-5 d'-1>2 <g d'>4
    <g-5 d'-1>2 <g d'>4
    <fis-4 d'-1>2 <fis d'>4
    <fis-4 d'-1>2 <fis d'>4
   
    %neuvième portée 33
    b2-5 a'4-1
    gis2.-3
    g!4-4 b-2 d-1
    cis-3 d-2 e-1
   
    %dixième portée 37
    <d,,-5 a'-1>2 <d a'>4
    <d a'>2 <d a'>4
    \override Staff.Fingering #'minimum-space = #3
        \change Staff = "upper"  
    <d''-4 g-1>2.
    <cis-5 fis-2>2.
   
        %onzième portée41
          \change Staff = "lower"  
    <g-5 cis-2>2.
   
    <fis-5 d'-1>2.
        \change Staff = "upper"  
    <cis'-4 fis-2>2.
    <cis-4 g'-1>2.
   
    %douzième portée 45
           \change Staff = "lower"  
    <d,,-5 a'-1>2 <d a'>4
    <d-5 a'-1>2 <d a'>4
    <d-5 a'-1>2 <d a'>4
    <d-5 a'-1>2.


}

\score {
    \new PianoStaff <<
    \set PianoStaff.instrumentName = "Piano"
    \set fingeringOrientations = #'(right)
    \new Staff = "upper"\upper
    \new Staff = "lower"\lower
    >>
    \layout {}
        \midi {
        \context { \Score tempoWholesPerMinute = # (ly:make-moment 108 4)
} % fin du context}
        }
              }


_______________________________________________
liste de diffusion lilypond-user-fr
[hidden email]
http://lists.gnu.org/mailman/listinfo/lilypond-user-fr
Martial-2

Re: Ligne de changement de portée

Reply Threaded More More options
Print post
Permalink
pour avoir la ligne de changement
ajouter
\showStaffSwitch
avant le changement mesure 39


--
Martial





_______________________________________________
liste de diffusion lilypond-user-fr
[hidden email]
http://lists.gnu.org/mailman/listinfo/lilypond-user-fr