lilypond-user
[Top][All Lists]
Advanced

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

Re: Fermata over barline problem


From: Wilbert Berendsen
Subject: Re: Fermata over barline problem
Date: Tue, 13 Jan 2009 14:26:47 +0100
User-agent: KMail/1.10.3 (Linux/2.6.27-7-generic; KDE/4.1.3; i686; ; )

Op donderdag 8 januari 2009, schreef Nick Payne:

> I have a fermata over a double barline, notated with

>

> \bar "||" \mark\markup\small {\musicglyph #"scripts.ufermata"}

>

> This works fine except where the barline falls at the end of a line on the

> score, in which case the fermata is placed over the clef sign at the start

> of the next line. Is this a bug or something I am doing wrong?

\relative c' {

  c4 d e f
  \once \override Score.RehearsalMark
  #'break-visibility = #begin-of-line-invisible
  \bar "||" \mark\markup\small\musicglyph #"scripts.ufermata"
  \break % just a break to show the example 
  c d e f
} 

You could remove the \once if you want it everywhere.

best regards,

Wilbert Berendsen

--

Frescobaldi, LilyPond editor for KDE: http://www.frescobaldi.org/


reply via email to

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