lilypond-user
[Top][All Lists]
Advanced

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

Mark not visible at the beginning of a line


From: Jacques Menu
Subject: Mark not visible at the beginning of a line
Date: Sun, 2 Nov 2014 11:12:22 +0100

Hello folks,

In the following sample, how can I have the second mark displayed at the 
beginning of the second line?

Adding the hidden measure and bar line trick prevents the new time indication 
to be printed at the end of the first line, unfortunately.

Thanks for your help!

JM

—

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\version "2.18.2"

{
%%% BASIC ATTEMPT

\time 4/4
\clef "bass"
\mark\default

c1 | d1 | e1 |

\once \override Score.RehearsalMark.self-alignment-X = #CENTER
\override Score.RehearsalMark.break-visibility = #begin-of-line-invisible
\mark \markup {\musicglyph #"scripts.ufermata"}

\bar "||"
\break | % 65

\mark\default
\tempo \markup{"Subito tempo vite"} 2 = 120
\time 6/8

b2. |
g2. |
\bar "|."
}


{
%%% WITH HIDDEN MEASURE AND BAR LINE

\time 4/4
\clef "bass"
\mark\default

c1 | d1 | e1 |

\once \override Score.RehearsalMark.self-alignment-X = #CENTER
\override Score.RehearsalMark.break-visibility = #begin-of-line-invisible
\mark \markup {\musicglyph #"scripts.ufermata"}

\bar "||"
\break | % 65


% the hidden measure and bar line
% \cadenzaOn turns off automatic calculation of bar numbers
\cadenzaOn
\once \omit Score.TimeSignature
\once \omit Score.BarNumber
\time 1/64
s64 \bar ""
\cadenzaOff


\mark\default
\tempo \markup{"Subito tempo vite"} 2 = 120
\time 6/8

b2. |
g2. |
\bar "|."
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Attachment: smime.p7s
Description: S/MIME cryptographic signature


reply via email to

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