Hi Andrea,

Since I've never explored this context in detail I do not have the
explanation you're looking for.
Anyway, here are two workarounds; none of them are good but, at least, do
the job :

\version "2.18.2"

\new MensuralStaff {
  \relative c' {
    a b c d e f g a g a a g a a \bar "" \break
    %r2
    \tweak Stem.stencil #f
    \tweak stencil #(lambda (grob)
                      (grob-interpret-markup grob
                        (markup #:musicglyph "rests.1mensural"))) a2
    a4 f
  }
}

\new MensuralStaff {
  \relative c' {
   a b c d e f g a g a a g a a \bar "" \break
    \once\hideNotes\grace a4
    \tweak extra-offset #'(-6 . 0) r2*1/2
    a4 f
  }
}

Cheers,
Pierre


2015-01-22 8:28 GMT+01:00 Jayaratna <jayara...@gmail.com>:

> Dear lilypondians,
>
> Lilypond doesn't engrave the custos at the end of a line if the next line
> begins with a rest.
>
> Can I change this behaviour? Is it a setting of break-visibility?
>
> Thank you,
> Andrea
>
> \score{
>
>   {
>     \new MensuralStaff {
>       \relative c'{
>         a b c d e f g a g a a g a a \bar "" \break r1 a4 f
>     }
>     }
>   }
> }
>
>
>
>
>
>
> --
> View this message in context:
> http://lilypond.1069038.n5.nabble.com/Custos-and-rest-tp170860.html
> Sent from the User mailing list archive at Nabble.com.
>
> _______________________________________________
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user
>
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to