Hi Michael,
that works beautifully – thanks a million!
Cheers,
Thomas
--
Thomas Widmann
Email: t...@bibulus.org
Hi Thomas -
On Tue, Mar 21, 2023 at 3:28 PM Thomas Widmann wrote:
> Hello,
>
> I'm trying to produce banjo tablatures similar to the ones seen here: <
> https://eligilbertbanjo.com/wp-content/uploads/2021/01/30-Days-of-Banjo.pdf
> >
>
> In general it's working well, but I seem unable to get the
Hello,
I'm trying to produce banjo tablatures similar to the ones seen here: <
https://eligilbertbanjo.com/wp-content/uploads/2021/01/30-Days-of-Banjo.pdf>
In general it's working well, but I seem unable to get the right hand
fingerings to show in the tablature. A simple example:
fT = \rightHand
On Tuesday, March 21, 2023 08:49 PDT, Abraham Lee
wrote:
> Hey, Jeff!
>
> On Tue, Mar 21, 2023 at 9:32 AM Jeff Kopmanis wrote:
>
> > So IS there a way to get multiple lines (easily) in the copyright line?
> > Seems we're on the cusp of a solution.
> >
> > On Tue, Mar 21, 2023 at 4:13 AM Jean Ab
Le mardi 21 mars 2023 à 12:57 -0400, Samuel Sloniker a écrit :
> Thank you! I have this now, and it works perfectly.
>
> \version "2.22.1"
>
> \header {
> title = "Our Lord and Risen Savior"
> composer = "Samuel L. Sloniker"
> poet = "Samuel L. Sloniker"
> copyright = \markup {
Le mardi 21 mars 2023 à 09:49 -0600, Abraham Lee a écrit :
Note that each line should be a single string, as I've shown, or placed within
curly braces if you need to do markup functions within each line.
Note the difference between
```
\version "2.24.1"
\header {
copyright = \markup {
\o
Le mardi 21 mars 2023 à 11:31 -0400, Jeff Kopmanis a écrit :
> So IS there a way to get multiple lines (easily) in the copyright line?
> Seems we're on the cusp of a solution.
At the time I wrote my reply, William Rehwinkel had already replied with a
solution, which I didn't feel the need to re
Hey, Jeff!
On Tue, Mar 21, 2023 at 9:32 AM Jeff Kopmanis wrote:
> So IS there a way to get multiple lines (easily) in the copyright line?
> Seems we're on the cusp of a solution.
>
> On Tue, Mar 21, 2023 at 4:13 AM Jean Abou Samra
> wrote:
>
>> Le mardi 21 mars 2023 à 05:03 +, Werner LEMBER
So IS there a way to get multiple lines (easily) in the copyright line?
Seems we're on the cusp of a solution.
On Tue, Mar 21, 2023 at 4:13 AM Jean Abou Samra wrote:
> Le mardi 21 mars 2023 à 05:03 +, Werner LEMBERG a écrit :
>
>
> > Is there a way to have a multiline copyright statement in
Le mardi 21 mars 2023 à 05:03 +, Werner LEMBERG a écrit :
> ```
>
> > Is there a way to have a multiline copyright statement in a file?
>
> Use
>
> ```
> copyright = \markup { ... }
> ```
>
> to construct a multi-line entry.
That doesn't work since `\markup { ... }` is equivalent to `\mark
Yes, it is. You can define a markup for the copyright section, or any of the
header fields. So you could for example do \markup{\center-column{\line{ line
one } \line{ line two}}} etc.
-William
Sent from my iPhone
> On Mar 21, 2023, at 00:42, Samuel Sloniker wrote:
>
> Hello! Is there a wa
11 matches
Mail list logo