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

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

Clef et saut de ligne : liaison masquée - bug ?


From: Seventies
Subject: Clef et saut de ligne : liaison masquée - bug ?
Date: Sun, 5 Oct 2014 04:08:48 -0700 (PDT)

Bonjour à l'équipe,

Voici un comportement assez bizarre de LilyPond :
Quand une liaison (tie, slur ou phrasingSlur) apparaît sur un saut de ligne,
tandis qu'une autre voix change de clef, la liaison est comprimée et se
réduit à un simple point, visible en agrandissant la zone concernée.

Bug, ou autre problème ?

En tout cas, c'est bien répétitif.

\version "2.18.2"

voixI = \relative c''{
  c2 c(
  
  \repeat unfold 18 {c2) c(}
  c2) c
}

voixII = \relative {
  \repeat unfold 10 c''1
  \break
  \clef bass
  \repeat unfold 10 c,,1
}


\score {
  \new StaffGroup <<
    \new Staff = "voixI" \voixI
    \new Staff = "voixII" \voixII
  >>
  \layout { }
  \midi { }
}

Qui aurait une idée ?

Jean-François



--
View this message in context: 
http://lilypond-french-users.1298960.n2.nabble.com/Clef-et-saut-de-ligne-liaison-masquee-bug-tp7581766.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]