Re: Forzando in Lilypond 2.20

2020-10-03 Thread Mike Dean
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

Re: Forzando in Lilypond 2.20

2020-10-03 Thread Robin Bannister
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

Re: Forzando in Lilypond 2.20

2020-10-03 Thread Martín Rincón Botero
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

Re: Forzando in Lilypond 2.20

2020-10-03 Thread Mike Dean
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

Re: Forzando in Lilypond 2.20

2020-10-03 Thread Martín Rincón Botero
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

Re: Forzando in Lilypond 2.20

2020-10-03 Thread antlists
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

Re: Forzando in Lilypond 2.20

2020-10-02 Thread Mike Dean
\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

Re: Forzando in Lilypond 2.20

2020-10-01 Thread antlists
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

Re: Forzando in Lilypond 2.20

2020-10-01 Thread Mike Dean
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

Re: Forzando in Lilypond 2.20

2020-10-01 Thread Carl Sorensen
Variables can only be defined at top level, not inside a score. https://lilypond.org/doc/v2.20/Documentation/notation/file-structure Carl Sorensen

Re: Forzando in Lilypond 2.20

2020-10-01 Thread Jacques Menu
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

Re: Forzando in Lilypond 2.20

2020-10-01 Thread Mike Dean
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 =

Re: Forzando in Lilypond 2.20

2020-10-01 Thread David Kastrup
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 >

Forzando in Lilypond 2.20

2020-10-01 Thread Mike Dean
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>:

Re: Forzando in Lilypond 2.20

2020-10-01 Thread Mike Dean
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)? >