Aller au contenu

Discussion Page:Fétis - Biographie universelle des musiciens, t1.djvu/431

Le contenu de la page n’est pas pris en charge dans d’autres langues.
Ajouter un sujet
La bibliothèque libre.
Dernier commentaire : il y a 2 mois par JLTB34 dans le sujet Partition < score > de la figure 2

Partition < score > de la figure 2

[modifier]

Score génère soit une portée trop longue, soit la génère sur 2 lignes. Voici le code :


\score {
 \relative c'' {
 \clef G  
 \key g \major
 \override Staff.TimeSignature #'transparent = ##t
 \time 4/4
 \stemDown <g e c>4 << { b } \\ { <g d> } >> << { d' } \\ { <a d,> } >> << { g } \\ { <e c> } >> |
 b'8 b << { c4 } \\ { <a c,>4 } >> << { g } \\ { <e c> } >> << { g } \\ { <e c> } >> |
 << { a } \\ { <e c> } >> <e c> << { g } \\ { <e c> } >> <e c> |
 << { fis } \\ { c } >> << { g' } \\ { <e c> } >> << { a } \\ { <e c> } >> << { fis } \\ { c } >> |
 << { g' } \\ { <e c> } >> << { c' } \\ { <a c,> } >> b8[ b] << { c4 } \\ { <a d,> } >>  |
 e'8[ d] c[ b] << { b4 } \\ { <g d> } >> << { a } \\ { e } >> | <g e c>1  \bar "|." 
 } %relative
 \layout {
    \context { \Staff \RemoveEmptyStaves }
    indent = 0\cm
    \override Score.BarNumber #'stencil = ##f
%    line-width = #120
    \set fontSize = #-2
 } %layout
} %score
\header { tagline = ##f}

JLTB34 (d) 30 août 2024 à 13:04 (UTC)Répondre