[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: guidons altérés et avec ledger line ?
From: |
Éric |
Subject: |
Re: guidons altérés et avec ledger line ? |
Date: |
Fri, 24 Apr 2020 10:16:18 -0700 (MST) |
voici les différents cas de figure.
J'aimerais voir les altérations et les lignes supplémentaire attachés aux
guidons :
mus = { c'1 d' \break
e''' \break
e \break
bes' \break
gis' \break
gis }
\score {
\mus
\layout {
\context {
\Staff
\consists "Custos_engraver"
\override Custos.style = #'mensural
}
}
}
J'ai trouvé cette illustration de la visibilité des guidons, si jamais ça
peut aider :
\layout {
\context {
\Staff
\consists "Custos_engraver"
\override Custos.color = #red
\override Custos.style = ##f
%% The following will result in some errors of kind:
%% programming error: No spacing entry from Item to `custos'
%% Although resolveable, ignore them. This override demonstrates that
%% custos is always (apart from first note) created, if forced.
\override Custos.break-visibility = ##(#t #t #t)
%% As a breakable item, it will be printed only at line-end, if the
correct
%% value for `break-visibility' is set.
%% Which is the default, see: /scm/define-grobs.scm
}
}
\relative {
\repeat unfold 3 {
c'1 d e f
g a b c
}
}
Éric
--
Sent from: http://lilypond-french-users.1298960.n2.nabble.com/