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

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

StaffGroup et acciaccatura


From: Éditions IN NOMINE
Subject: StaffGroup et acciaccatura
Date: Mon, 26 Feb 2018 12:33:02 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0

Bonjour à toute la troupe,

Un point bizarre, avec le code suivant. Y a-t-il un moyen plus élégant que Bbis d'empêcher  le comportement de la première partition ?

Merci d'avance !

JMarc


\version "2.19.58"

A = \relative c''{
  c1 \bar "||" \acciaccatura e16 f1 \bar "|."
}
B = \relative c''{
  c1 \bar "||" f1 \bar "|."
}
Bbis = \relative c''{
  c1 \bar "||" \grace s16 f1 \bar "|."
}

\score {
  \new StaffGroup<<
    \new Staff {\A}
    \new Staff {\B}
  >>
  \layout{}
}

\score {
  \new StaffGroup<<
    \new Staff {\A}
    \new Staff {\Bbis}
  >>
  \layout{}
}

--
Jean-Marc Legrand
Éditions IN NOMINE
www.editionsinnomine.com
06 48 96 29 19

reply via email to

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