That is beautiful, both in its coding simplicity and in the final product!

Thank you!

~Conor

> ---------- Forwarded message ----------
> From: tisimst <tisimst.lilyp...@gmail.com>
> To: lilypond-user@gnu.org
> Cc:
> Date: Thu, 12 Feb 2015 12:38:12 -0700 (MST)
> Subject: Re: Caesura in Rehearsal Mark over each line of system
> Conor Cook wrote
>> Is it possible to place a caesura, contained in a rehearsal mark, over
>> every staff of a system (like in a choral score, since parts will not
>> be extracted)?  I know that this is not how rehearsal marks are
>> supposed to work, so is there another way to achieve this?  In an
>> archived thread, David Kastrup provided a \caesura variable that
>> involved the glyph and a breathe, but it is not exactly what I thought
>> I wanted (but if it is more in line with the way caesuras are meant to
>> be displayed, then I am happy with it, even if I need to offset it to
>> above the staff).
>
> Conor,
>
> Try this:
>
> \layout {
>   \context {
>     \Score
>     \remove "Mark_engraver"
>   }
>   \context {
>     \Staff
>     \consists "Mark_engraver"
>   }
> }
>
> This will mean that you need to put the "\mark ..." in each staff you want
> it to appear, though.
>
> HTH,
> Abraham
>
>
>
> --
> View this message in context: 
> http://lilypond.1069038.n5.nabble.com/Caesura-in-Rehearsal-Mark-over-each-line-of-system-tp171757p171758.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

Reply via email to