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

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

Re: Décalage des \mark


From: Seventies
Subject: Re: Décalage des \mark
Date: Wed, 21 Aug 2013 11:13:38 -0700 (PDT)

Voilà, il a fallu chercher un peu, car dans l'exemple minimal, tout
fonctionnait sans problème.

En résumé, lorsqu'un tempo survient en début de ligne sur un silence
multi-mesure, il est mal aligné.
Sur la toute première mesure de la partition, le fonctionnement est
néanmoins correct.

Fonctionnement correct

\new Staff \relative c'' {
  \tempo \markup {\italic {"Allegro"}}
  R1
  \repeat unfold 6 {c4 b a g}
  \break
  \tempo \markup {\italic {"lento"}}
  \repeat unfold 6 {c4 b a g}
}

Fonctionnement défectueux :

\new Staff \relative c'' {
  \tempo \markup {\italic {"Allegro"}}
  R1
  \repeat unfold 6 {c4 b a g}
  \break
  \tempo \markup {\italic {"lento"}}
  R1                                               % <--- cause du problème
  \repeat unfold 6 {c4 b a g}
}

Serait-ce un nouveau bug de notre amie Lily ;-)

Avec un silence normal (r1), tout est correct.
Avec un silence invisible (s1), le tempo disparaît - Est-ce normal ?
L'absence du \break forcé ne change rien.

J'ai fait quelques autres essais, mais sans pouvoir mieux cerné ce
comportement.

Cordialement,

Jean-François



--
View this message in context: 
http://lilypond-french-users.1298960.n2.nabble.com/Decalage-des-mark-tp7580305p7580325.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]