That fixed it, thanks so much! Is this the sort of stuff covered in the
advanced/tweaks sections of the reference, or are they tricks one learns
through practice?

Cheers,

A

On Sun, May 17, 2015 at 1:26 PM, Nick Payne <nick.pa...@internode.on.net>
wrote:

> On 17/05/2015 20:39, N. Andrew Walsh wrote:
>
>> I have a block of music in which the \bar "||" has a fermata over it, and
>> which I want to be the end of a system. My Voice for organizing barring and
>> breaking thus has this line:
>>
>> Voice {
>>
>>    \time 2/4
>>
>>    \tempo \markup {\sans \medium \fontsize #4 "Andantè"}
>>
>>    s2*72 \mark \markup { \musicglyph #"scripts.ufermata" } \bar "||"
>> \break
>>
>>    \time 4/4
>>
>>   }
>>
>>
>> However, that puts the fermata at the *beginning* of the next system. How
>> do I get the fermata at the end of the system (ie, floating over the double
>> bar)?
>>
>>
> Voice {
>   \time 2/4
>   \tempo \markup {\sans \medium \fontsize #4 "Andantè"}
>   s2*72
>   \once \override Score.RehearsalMark.break-visibility =
> #begin-of-line-invisible
>   \mark \markup { \musicglyph #"scripts.ufermata" } \bar "||" \break
>   \time 4/4 c'1
> }
>
> _______________________________________________
> 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