lilypond-user
[Top][All Lists]
Advanced

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

Re: fermata below the barline


From: Gilles THIBAULT
Subject: Re: fermata below the barline
Date: Wed, 25 Mar 2009 22:12:11 +0100




Hi all,

This is the snippet that gave me the clues:
http://lsr.dsi.unimi.it/LSR/Item?id=402

Even more useful is
    <http://lsr.dsi.unimi.it/LSR/Item?id=10>

It's not a troll, but i don't think it is very useable in a real music
because the snippet add the "Mark_engraver" to the second Staff, so
you have to do the choice to get also all \mark in both Staff, like in the example below.

%%%%%%%%%%%%%%%%%%%%%%%%
musicA = {  c'1 \mark \default c'1 \mark \default c'1 \mark "Allegro" c'1
\bar "|."}
musicB = \transpose c' c {\clef bass  \musicA }

\score {
   \new GrandStaff <<
       \context Staff = one {
           \musicA
           \override Score.RehearsalMark #'break-visibility =
#begin-of-line-invisible
           \mark \markup { \musicglyph #"scripts.ufermata" }
}
       \context Staff = two \with { \consists "Mark_engraver" } {
           \override Staff.RehearsalMark #'direction = #DOWN
           \musicB
           \override Score.RehearsalMark #'break-visibility =
#begin-of-line-invisible
           \mark \markup { \musicglyph #"scripts.dfermata" }
}

}
%%%%%%%%%%%%%%%%%%%%%%%%

Attachment: test.png
Description: PNG image


reply via email to

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