lilypond-user
[Top][All Lists]
Advanced

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

Re: Custos and rest


From: Pierre Perol-Schneider
Subject: Re: Custos and rest
Date: Thu, 22 Jan 2015 10:51:32 +0100

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 <address@hidden>:
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
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user


reply via email to

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