Up...
___
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond
Hi Valentin,
Le lun. 15 juin 2020 à 11:13, Valentin Villenave a
écrit :
Hey Pierre,
> thanks for investigating this! Do you have access to the GitLab
> tracker? I think you should go ahead and open a page there (assuming
> there isn’t one already;
Actually no, not on this computer.
But you'r
On 6/5/20, Pierre Perol-Schneider wrote:
> Here's my proposal for dots stable alignment for outside staff rests:
Hey Pierre,
thanks for investigating this! Do you have access to the GitLab
tracker? I think you should go ahead and open a page there (assuming
there isn’t one already; I remember s
Here's my proposal for dots stable alignment for outside staff rests:
\version "2.21.0"
#(set-global-staff-size 100)
\paper { left-margin = 20 tagline = "" }
\markuplist {
\concat {
\musicglyph #"rests.8"
\combine
\translate #'(.5 . 2.75)
\musicglyph #"dots.dot"
\with-dimens
Here's how I'd see a harmonious output:
\version "2.20.0"
%\version "2.21.1"
\layout {
indent = 0
\cadenzaOn
\context {
\Staff
\omit Clef
\omit TimeSignature
}
}
\relative {
s16.
\omit Dots
\override Rest.stencil = #(lambda (grob)
(grob-interpret-markup grob #{
Hi BugSquad,
Dots from dotted rests are still moving vertically when placed outside the
staff; same with v2.21 but with a slightly different placement:
\version "2.20.0"
%\version "2.21.1"
\layout {
indent = 0
\cadenzaOn
\context {
\Staff
\omit Clef
\omit TimeSignature
}
}
\r