lilypond-user
[Top][All Lists]
Advanced

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

Re: Bar Fermata at end of system?


From: Reinhold Kainhofer
Subject: Re: Bar Fermata at end of system?
Date: Sun, 17 May 2015 16:32:03 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0

Please note that the LSR contains this very example:
http://lsr.di.unimi.it/LSR/Item?id=1

So far, in most cases the LSR already contained the exact solution I was looking for...

Best regards,
Reinhold

Am 2015-05-17 um 13:51 schrieb Thomas Morley:
2015-05-17 13:37 GMT+02:00 N. Andrew Walsh <address@hidden>:
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?

NR 5.4.7 Visibility of objects

Using break-visibility

http://www.lilypond.org/doc/v2.19/Documentation/notation/visibility-of-objects#using-break_002dvisibility

Cheers,
   Harm


Cheers,

A

On Sun, May 17, 2015 at 1:26 PM, Nick Payne <address@hidden>
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
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user



--
------------------------------------------------------------------
Reinhold Kainhofer, address@hidden, http://www.kainhofer.com/
 * Open Tools, Software Development, http://www.open-tools.net/
 * Edition Kainhofer, Music Publisher, http://www.edition-kainhofer.com/



reply via email to

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