Robin: That worked (especially after putting it in each hand in the piano
score. Thanks
Mike Dean
On Sat, Oct 3, 2020 at 1:18 PM Robin Bannister wrote:
> Mike Dean wrote:
> > Now to hide the warning 3/4 before the start of the Trio (I can take
> the \time
> > 3/4
> > out, but that also takes o
Mike Dean wrote:
Now to hide the warning 3/4 before the start of the Trio (I can take the \time
3/4
out, but that also takes out the time sig at the start of the
Trio)looking at the LSR did not give me anything to get a handle on
Check out
https://lists.gnu.org/archive/html/lilypond-user/2
No worries! Since I don’t have your file, I can’t know what warning you get.
On 3. Oct 2020, 19:59 +0200, Mike Dean , wrote:
> Martin: Perfect!!! Thanks
> Now to hide the warning 3/4 before the start of the Trio (I can take the
> \time 3/4
> out, but that also takes out the time sig at the start
Martin: Perfect!!! Thanks
Now to hide the warning 3/4 before the start of the Trio (I can take the \time
3/4
out, but that also takes out the time sig at the start of the
Trio)looking at the LSR did not give me anything to get a handle on
Mike Dean
On Sat, Oct 3, 2020 at 2:08 AM Martín Rincó
Mike, to make the fermata appear at the end of the line and not at the
beginning of the next line try using \once \override Score.RehearsalMark
#'break-visibility =
#begin-of-line-invisible before the \mark.
Cheers,
Martín.
On 3. Oct 2020, 04:34 +0200, antlists , wrote:
>
> the
On 03/10/2020 03:32, Mike Dean wrote:
Not really sure how to get the fermata over the repeat bar line rather
than over the clef on the next line
Isn't this the default behaviour of \uFermata and friends?
Sorry I can't from memory be more specific, but I know my battle with
fermatas was gettin
\version 2.20
{
g'4 e8 c d b |
c4_\markup Fine r \bar ":|." \mark\markup{\musicglyph #"scripts.ufermata"}
}
%End Minuet section
\break
\relative c''{
\time 3/4
\partial 4
\repeat volta 2 {
e8\mp \mark "Trio" }
Not really sure how to get the fermata over the repeat bar line rather than
over the c
On 01/10/2020 19:27, Carl Sorensen wrote:
Variables can only be defined at top level, not inside a score.
https://lilypond.org/doc/v2.20/Documentation/notation/file-structure
I just shove all of this sort of stuff in an include file, and include
it at the top.
I've come across things like sf
Thanks, Carl, for the clarification..
Mark: I was coding (from memory) what was one of the Minuets in Hob.IX:8
("12 Minuets for Clavecin or Pianoforte", as it turned out after a lot of
spade work; I had thought to be a work by Mozart in his Divertimenti).
Having obtained the sheet music, I was fixi
Variables can only be defined at top level, not inside a score.
https://lilypond.org/doc/v2.20/Documentation/notation/file-structure
Carl Sorensen
Hello Mike,
This works :
\version "2.20.0"
rf = #(make-dynamic-script "rf")
{ a \rf }
JM
> Le 1 oct. 2020 à 19:43, Mike Dean a écrit :
>
> Having stumbled across entering in \fz directly, I didn't explore any further
> using #(make-dynamic-script).
> But since you mentioned, looking at exa
Having stumbled across entering in \fz directly, I didn't explore any
further using #(make-dynamic-script).
But since you mentioned, looking at examples in the Notation manual, I
understood that it should go before the relative command.
Precisely, I had this sequence:
\score {
fz = #(make-dynamic
Mike Dean writes:
> Two questions in typesetting a piece by Haydn:
> 1. Does Fz needs to be defined (unlike sfz)?
> 2. where should
> fz = #(make-dynamic-script "fz")
> be placed in order not to generate an error?
>
> C:/Users/Mike
> Dean/AppData/Local/Temp/frescobaldi-lis_ksvl/tmpgdr3w9ef/J-Hayd
Two questions in typesetting a piece by Haydn:
1. Does Fz needs to be defined (unlike sfz)?
2. where should
fz = #(make-dynamic-script "fz")
be placed in order not to generate an error?
C:/Users/Mike
Dean/AppData/Local/Temp/frescobaldi-lis_ksvl/tmpgdr3w9ef/J-Haydn-Minuet in
C-correct.ly:14:1 <0>:
Well, \fz did work without a prior definition (pleasant surprise for me,
since I didn't find a reference to it in the manual nor the LSR)
Mike Dean
On Wed, Sep 30, 2020 at 8:31 PM Mike Dean wrote:
> Two questions in typesetting a piece by Haydn:
> 1. Does Fz needs to be defined (unlike sfz)?
>
15 matches
Mail list logo