lilypond-user
[Top][All Lists]
Advanced

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

Re: Mark not visible at the beginning of a line


From: Knute Snortum
Subject: Re: Mark not visible at the beginning of a line
Date: Sun, 2 Nov 2014 05:11:24 -0800

This may help you, although it is fairly complex:

http://lsr.di.unimi.it/LSR/Item?id=892



Knute Snortum
(via Gmail)

On Sun, Nov 2, 2014 at 2:12 AM, Jacques Menu <address@hidden> wrote:
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 "|."
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%


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



reply via email to

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