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

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

Re: Placement du «+» dans basse chiffrée


From: bameylan
Subject: Re: Placement du «+» dans basse chiffrée
Date: Sun, 17 Nov 2013 09:07:17 -0800 (PST)

Bon alors... j'ai placé ces dérogations à la place indiquée avec évidemment
le 

\override figuredBassPlusDirection = #RIGHT

pour avoir mon «+» à droite du chiffre, et Lily me répond par un chapelet
d'injures du style:

Démarrage lilypond 2.17.95 [exemple.ly]...
Traitement de « /home/bameylan/Lily/exemple.ly »
Analyse...
/home/bameylan/Lily/exemple.ly:118:8: Erreur : syntax error, unexpected \set
       
       \set figuredBassPlusDirection = #RIGHT 
/home/bameylan/Lily/exemple.ly:121:4: Erreur : syntax error, unexpected '}'
   
   }
/home/bameylan/Lily/exemple.ly:121:5: Erreur : Fichier principal non fini
   }
    
Interprétation en cours de la musique...
Pré-traitement des éléments graphiques...
Détermination du nombre optimal de pages...
Répartition de la musique sur une page...
Dessin des systèmes...
Sortie mise en page vers « exemple.ps »...
Conversion à « ./exemple.pdf »...
erreur fatale : erreur sur les fichiers "/home/bameylan/Lily/exemple.ly"
Arrêté avec le code de retour 1.


alors que si je mets la ligne mentionnée tout en haut de mon message, la
compilation se termine sans problèmes... Je ne sais plus trop quoi faire...
À tout hasard, voici mon fichier à peu près complet...

\version "2.17.95"

\header {
  title = "Concerto No. 4"
  composer = "Telemann"
  % Supprimer le pied de page par défaut
  tagline = ##f
}

\paper {
  line-width = 18.0 \cm
  top-margin = 1.5\cm
  bottom-margin = 1.5\cm
  ragged-last-bottom = ##f
  after-title-spacing = #'((padding . 5)) 
}

#(set-global-staff-size 16)
%\pointAndClickOff

global = {
  \key e \minor
  \time 4/4
  \set Timing.beamExceptions = #'()
  \set Timing.baseMoment = #(ly:make-moment 1/4)
  \set Timing.beatStructure = #'(1 1 1 1)
  \tempo "Andante"
}

oboe = \relative c'' {
  \global
  
  \bar "||"
  
}

violinI = \relative c'' {
  \global
  
  
}

violinII = \relative c'' {
  \global
  

  
  
}

viola = \relative c' {
  \global
  

}

bcMusic = \relative c {
  \global
  e8 g a b e, g a b e, e d fis b, e d fis b, g' fis a d, b c d g b, c d g, a
b c 
  
  
}

bcFigures = \figuremode {
  \global
  \override Staff.BassFigureAlignmentPositioning #'direction = #UP
  \override Staff.BassFigure #'font-name = #"DayRoman Regular"
  \override Staff.BassFigure #'font-size = # 1
  s8 <6\+> s <_+> s <6\+> s <_+> s4 <6>8 <_+> s4 <6>8 <_+> s4 <6>8 <_+> s
<6> s4 s8 <6> s4. <6>8 <5> s 
  
  
}

oboePart = \new Staff \with { \override StaffSymbol #'thickness = #1.75
  instrumentName = "Hautbois"
} \oboe

violinIPart = \new Staff \with {
  instrumentName = "Violon I"
} \violinI

violinIIPart = \new Staff \with {
  instrumentName = "Violon II"
} \violinII

violaPart = \new Staff \with {
  instrumentName = "Alto"
} { \clef alto \viola }

bassoContinuoPart = \new Staff \with {
  instrumentName = "Basse continue"
} { \clef bass << \bcMusic \bcFigures >> }

\score {
  <<
    \oboePart
    \new ChoirStaff \with {\override StaffSymbol #'thickness = #1.75 }
    <<
      \violinIPart
      \violinIIPart
      \violaPart
      \bassoContinuoPart
    >>
  >>
  \layout {
    \context {
      \Score
      \override BarNumber #'break-align-symbols = #'(clef left-edge
staff-bar)  
      \override BarNumber #'self-alignment-X = #2.0 
      \override BarNumber #'font-name = #"Berenis ADF Med Bold Italic"
      \override BarNumber #'padding = #1.0
      \override SpacingSpanner #'uniform-stretching = ##t
     }
     \context { 
       \FiguredBass 
       figuredBassAlterationDirection = #RIGHT 
       \override BassFigureAlignmentPositioning.direction = #UP
       \set figuredBassPlusDirection = #RIGHT 
     } 
   } 
   }


En tous cas Jean-Charles, merci pour ta patience...

Bernard 



-----
Cordialement

Bernard
--
View this message in context: 
http://lilypond-french-users.1298960.n2.nabble.com/Placement-du-dans-basse-chiffree-tp7580551p7580560.html
Sent from the LilyPond French Users mailing list archive at Nabble.com.



reply via email to

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