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: Nick Payne
Subject: Re: Bar Fermata at end of system?
Date: Sun, 17 May 2015 21:26:58 +1000
User-agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0

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
}



reply via email to

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