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

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to